nichts/modules/system/default.nix
2024-08-16 22:46:01 +02:00

9 lines
123 B
Nix

_: {
imports = [
./keyboard.nix
./boot
./hardware
./nix/module.nix
./os/networking/module.nix
];
}