nichts/modules/system/default.nix

10 lines
123 B
Nix
Raw Normal View History

2024-07-30 19:24:53 +02:00
_: {
imports = [
./keyboard.nix
2024-08-16 22:46:01 +02:00
./boot
./hardware
./nix/module.nix
./os/networking/module.nix
2024-07-30 19:24:53 +02:00
];
}