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

@@ -9,9 +9,10 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
lazyvim-nixvim.url = "github:azuwis/lazyvim-nixvim";
};
outputs = inputs@{ self, nixpkgs, home-manager, disko, lazyvim-nixvim, ... }: {
outputs = inputs@{ self, nixpkgs, home-manager, disko, lazyvim-nixvim, nixos-hardware,... }: {
nixosConfigurations = import ./hosts { inherit inputs; };
};
}