nichts/hosts/vali/default.nix

8 lines
132 B
Nix

_: {
imports = [
./configuration.nix
./programs.nix
./hardware-configuration.nix
./profile.nix
];
}