diff options
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 { |
