Refactor: inject the username into the source path

This commit is contained in:
Oliver Davies 2024-08-20 21:01:07 +01:00
parent ce5b4fa0a1
commit 4d4d65d812
4 changed files with 11 additions and 5 deletions

View file

@ -18,7 +18,7 @@ let
};
shared-packages = import "${self}/lib/shared/home-manager-packages.nix" {
inherit inputs pkgs;
inherit inputs pkgs username;
desktop = false;
};
in