Fix: git for stable version
This commit is contained in:
parent
1a2f93f977
commit
1dc4d79e20
2 changed files with 17 additions and 4 deletions
|
|
@ -62,11 +62,18 @@
|
|||
};
|
||||
|
||||
terre-neuvas = nixpkgs-stable.lib.nixosSystem {
|
||||
specialArgs = { inherit agenix; };
|
||||
specialArgs = { inherit agenix; inherit nvim-config; };
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/terre-neuvas/configuration.nix
|
||||
home-manager-stable.nixosModules.home-manager
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true ;
|
||||
useUserPackages = true ;
|
||||
extraSpecialArgs = {inherit nvim-config; };
|
||||
};
|
||||
}
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue