From a1f7f43c95c049628e826856ec589b339cd4f5db Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 6 Aug 2021 18:51:59 +0200 Subject: initial commit --- home/pkgs/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 home/pkgs/default.nix (limited to 'home/pkgs/default.nix') diff --git a/home/pkgs/default.nix b/home/pkgs/default.nix new file mode 100644 index 0000000..81b05fb --- /dev/null +++ b/home/pkgs/default.nix @@ -0,0 +1,11 @@ +{ pkgs }: + +{ + barista = pkgs.callPackage ./barista {}; + lockscreen = pkgs.callPackage ./lockscreen {}; + + firefoxPackages = import ./firefoxPackages { inherit pkgs; }; + fontMetadata = import ./fontMetadata { inherit pkgs; }; + gitignore = import ./gitignore { inherit pkgs; }; + icons = import ./icons { inherit pkgs; }; +} -- cgit v1.2.3