summaryrefslogtreecommitdiff
path: root/home/pkgs/default.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-02-28 17:50:16 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-02-28 17:50:16 +0100
commit52c53ee7055cd5876112543c28ff6b5626a99313 (patch)
tree6fe6815fda0e81bf00013ffcad4db6e115b933a6 /home/pkgs/default.nix
parent1f349513ad5079e9f07ea524fd7039261e942ba4 (diff)
parentb0214d50e9a728d77d98d791e92dfe3747f27e23 (diff)
Merge branch 'flake-home-manager' into flake
Diffstat (limited to 'home/pkgs/default.nix')
-rw-r--r--home/pkgs/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/home/pkgs/default.nix b/home/pkgs/default.nix
deleted file mode 100644
index da42672..0000000
--- a/home/pkgs/default.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ 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; };
-
- lib = import ./lib { inherit pkgs; };
-}