Files
SaugOS/hosts/default/default.nix
2026-03-24 19:07:42 +01:00

7 lines
75 B
Nix

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