home-manager: fix standalone config
This commit is contained in:
parent
2dd9bea706
commit
073e578141
2 changed files with 6 additions and 3 deletions
|
@ -133,7 +133,10 @@
|
|||
homeConfigurations.lelgenio = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
osConfig = {};
|
||||
};
|
||||
|
||||
modules = [ ./user/home.nix ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue