Add username in extraSpecialArgs
This commit is contained in:
parent
6f805ea6a4
commit
bdf0cecf54
1 changed files with 4 additions and 0 deletions
|
|
@ -162,6 +162,10 @@
|
|||
home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
|
||||
extraSpecialArgs = {
|
||||
inherit username;
|
||||
};
|
||||
|
||||
modules = [
|
||||
home/core.nix
|
||||
modules/nix.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue