10 lines
152 B
Nix
10 lines
152 B
Nix
_: {
|
|
imports = [
|
|
./keyboard.nix
|
|
./boot
|
|
./hardware
|
|
./nix/module.nix
|
|
./os/networking/module.nix
|
|
./os/security/module.nix
|
|
];
|
|
}
|