nix-configs/modules/default.nix
2025-03-27 20:48:56 +01:00

13 lines
159 B
Nix

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