Fix: lomig home-manager trouble

This commit is contained in:
DuN0z 2025-12-10 03:56:54 +01:00
parent b4ed93ae49
commit 329c5a1223
3 changed files with 13 additions and 19 deletions

View file

@ -64,14 +64,14 @@
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; };
};
}
# home-manager-stable.nixosModules.home-manager
# {
# home-manager = {
# useGlobalPkgs = true ;
# useUserPackages = true ;
# extraSpecialArgs = {inherit nvim-config; };
# };
# }
];
};