nichts/modules/system/default.nix

11 lines
152 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-08-22 21:41:20 +02:00
./os/security/module.nix
2024-07-30 19:24:53 +02:00
];
}