Files
garandos/hosts/default/default.nix

7 lines
69 B
Nix

_: {
imports = [
./hardware.nix
./host-packages.nix
];
}