diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-06 18:51:59 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-06 18:51:59 +0200 |
| commit | a1f7f43c95c049628e826856ec589b339cd4f5db (patch) | |
| tree | a0f5bb10fc36f02ad6dbaebf1232ca2548f9ccfa /home/pkgs/default.nix | |
initial commit
Diffstat (limited to 'home/pkgs/default.nix')
| -rw-r--r-- | home/pkgs/default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
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; }; +} |
