diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-09-25 14:13:40 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-09-25 14:13:40 +0200 |
| commit | 5d33ed1f5714221b4e6752f6aa5aa48f5fb5f20c (patch) | |
| tree | e6e012724701324b71c95e0c8122550d757d4eae /home/pkgs | |
| parent | 901e2047cd00089af8d79dcaefd181f4f8d7cfeb (diff) | |
home: pkgs: personal lib
Diffstat (limited to 'home/pkgs')
| -rw-r--r-- | home/pkgs/default.nix | 2 |
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; }; } |
