fmt
This commit is contained in:
parent
26f39cf61e
commit
71d5a5f44b
@ -111,7 +111,12 @@
|
||||
# home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit inputs hostname username niri-package;
|
||||
inherit
|
||||
inputs
|
||||
hostname
|
||||
username
|
||||
niri-package
|
||||
;
|
||||
homeDirectory = "/home/${username}";
|
||||
stateVersion = config.system.stateVersion;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user