This commit is contained in:
Frost-Phoenix 2023-12-15 23:36:27 +01:00
parent a203d26650
commit 38192e2682
2 changed files with 2 additions and 2 deletions

View file

@ -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}";

View file

@ -1,4 +1,4 @@
{inputs, ...}: {
{inputs, username, ...}: {
imports =
[(import ./waybar)]
++ [(import ./firefox)]