Refactor: inject the username into the source path
This commit is contained in:
parent
ce5b4fa0a1
commit
4d4d65d812
4 changed files with 11 additions and 5 deletions
lib/nixos/home-manager
|
@ -25,7 +25,12 @@ let
|
|||
;
|
||||
};
|
||||
shared-packages = import "${self}/lib/shared/home-manager-packages.nix" {
|
||||
inherit desktop inputs pkgs;
|
||||
inherit
|
||||
desktop
|
||||
inputs
|
||||
pkgs
|
||||
username
|
||||
;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue