Files
garandos/hosts/Garand-Laptop/default.nix

8 lines
94 B
Nix

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