nix-configs/modules/default.nix
2024-03-05 17:10:35 +01:00

11 lines
128 B
Nix

{...}: {
imports = [
./shell
./desktop
./hardware
./firewall.nix
./desktop-environment
./input
];
}