Files
garandos/hosts/default/default.nix

8 lines
75 B
Nix

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