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