From 5d33ed1f5714221b4e6752f6aa5aa48f5fb5f20c Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 25 Sep 2022 14:13:40 +0200 Subject: home: pkgs: personal lib --- home/pkgs/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/pkgs/default.nix') 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; }; } -- cgit v1.2.3