nix-configs/modules/default.nix
2025-04-11 09:20:46 +02:00

13 lines
142 B
Nix

{ ... }:
{
imports = [
./shell
./desktop
./desktop-legacy
./hardware
./net
./input
./media
./nix.nix
];
}