zaneyos/hosts/default/default.nix

7 lines
73 B
Nix

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