switch
This commit is contained in:
@@ -49,8 +49,8 @@
|
|||||||
${userSettings.username} = args.home-manager.lib.homeManagerConfiguration {
|
${userSettings.username} = args.home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit userSettings;
|
|
||||||
inherit systemSettings;
|
inherit systemSettings;
|
||||||
|
inherit userSettings;
|
||||||
};
|
};
|
||||||
modules = [ ./home.nix ];
|
modules = [ ./home.nix ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user