Fix: git for stable version

This commit is contained in:
DuN0z 2025-10-23 03:32:00 +02:00
parent 1a2f93f977
commit 1dc4d79e20
2 changed files with 17 additions and 4 deletions

View file

@ -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
];
};