summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-09-25 14:13:40 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-09-25 14:13:40 +0200
commit5d33ed1f5714221b4e6752f6aa5aa48f5fb5f20c (patch)
treee6e012724701324b71c95e0c8122550d757d4eae /home
parent901e2047cd00089af8d79dcaefd181f4f8d7cfeb (diff)
home: pkgs: personal lib
Diffstat (limited to 'home')
-rw-r--r--home/pkgs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/pkgs/default.nix b/home/pkgs/default.nix
index 81b05fb..da42672 100644
--- a/home/pkgs/default.nix
+++ b/home/pkgs/default.nix
@@ -8,4 +8,6 @@
fontMetadata = import ./fontMetadata { inherit pkgs; };
gitignore = import ./gitignore { inherit pkgs; };
icons = import ./icons { inherit pkgs; };
+
+ lib = import ./lib { inherit pkgs; };
}