nichts/modules/system/default.nix

7 lines
60 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
./hardware
2024-07-30 19:24:53 +02:00
];
}