Files
garandos/hosts/default/default.nix
2025-09-13 23:16:22 +02:00

7 lines
75 B
Nix

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