surface go support

This commit is contained in:
2025-12-04 16:43:34 -05:00
parent ac6167adb2
commit 3edbad93c2
3 changed files with 33 additions and 1 deletions

View File

@@ -99,4 +99,12 @@ in
./nix-desktop.nix
];
};
nix-surface1 = mkHost {
hostName = "nix-surface1";
system = "x86_64-linux";
extraModules = [
./nix-surface.nix
inputs.nixos-hardware.nixosModules.microsoft-surface-go
];
};
}