summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/default.nix2
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
{