feat: Add surface go support

This commit is contained in:
2025-12-04 16:43:34 -05:00
committed by Hunter Halloran
parent 679bf990cd
commit 6f3a0ff2bf
3 changed files with 34 additions and 1 deletions

View File

@@ -99,4 +99,13 @@ 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
];
};
}