os/hosts/giggles/default.nix

6 lines
89 B
Nix

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