Fix: lomig home-manager trouble
This commit is contained in:
parent
b4ed93ae49
commit
329c5a1223
3 changed files with 13 additions and 19 deletions
16
flake.nix
16
flake.nix
|
|
@ -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; };
|
||||
# };
|
||||
# }
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue