summaryrefslogtreecommitdiff
path: root/users/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-09 06:15:30 -0400
committerseth <[email protected]>2024-07-09 15:38:51 -0400
commit626636985bcb038af6bf14830f3f304bbda0c9ad (patch)
tree176c50d6e084664c59bfaf26c4c8901216428bb6 /users/default.nix
parentdcf455b299342c52d17bf73e1046898094a99adf (diff)
systems+users: link to lib/builders.nix
Diffstat (limited to 'users/default.nix')
-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
{