dotnix/hosts/swordfish/default.nix
2025-03-29 19:05:05 +01:00

6 lines
75 B
Nix

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