summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 4eb110d..83c485e 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -12,7 +12,7 @@ let
# css
{
line-awesome-css = pkgs.callPackage ./css/lineAwesome { };
- }
+ } //
# firefox packages
firefoxAddons // {
arkenfoxUserJs = pkgs.callPackage ./firefox/user-js/arkenfox.nix { };