nix-configs/modules/default.nix
2025-03-27 20:06:54 +01:00

12 lines
142 B
Nix

{...}: {
imports = [
./shell
./desktop
./hardware
./firewall.nix
./de
./input
./media
./graphics.nix
];
}