Files
SaugOS/hosts/voyager/default.nix
2026-03-25 15:25:40 +01:00

7 lines
75 B
Nix

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