fix
This commit is contained in:
parent
a203d26650
commit
38192e2682
|
@ -9,7 +9,7 @@ in
|
|||
home-manager = {
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = true;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
extraSpecialArgs = { inherit inputs username; };
|
||||
users.${username} = {
|
||||
imports = [ (import ./../home) ];
|
||||
home.username = "${username}";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{inputs, ...}: {
|
||||
{inputs, username, ...}: {
|
||||
imports =
|
||||
[(import ./waybar)]
|
||||
++ [(import ./firefox)]
|
||||
|
|
Loading…
Reference in a new issue