nix-configs/modules/default.nix

12 lines
140 B
Nix

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