nyx/modules/nixos/default.nix

11 lines
125 B
Nix

{
imports = [
./boot
./environment
./hardware
./networking
./services
./remote-modules.nix
];
}