nyx/modules/nixos/default.nix

7 lines
69 B
Nix

{
imports = [
./boot
./environment
./networking
];
}