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

8 lines
75 B
Nix

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