diff options
| author | seth <[email protected]> | 2024-07-09 06:15:30 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-09 15:38:51 -0400 |
| commit | 626636985bcb038af6bf14830f3f304bbda0c9ad (patch) | |
| tree | 176c50d6e084664c59bfaf26c4c8901216428bb6 /users | |
| parent | dcf455b299342c52d17bf73e1046898094a99adf (diff) | |
systems+users: link to lib/builders.nix
Diffstat (limited to 'users')
| -rw-r--r-- | users/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/default.nix b/users/default.nix index 671ce14..6ead5c3 100644 --- a/users/default.nix +++ b/users/default.nix @@ -2,7 +2,9 @@ { flake.homeConfigurations = let + # see ./lib/builders.nix inherit (self.lib) homeManagerConfiguration; + pkgsFor = system: withSystem system ({ pkgs, ... }: pkgs); in { |
