nix-configs/modules/default.nix

13 lines
159 B
Nix

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