diff options
Diffstat (limited to 'nix/modules/home/firefox.nix')
| -rw-r--r-- | nix/modules/home/firefox.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/home/firefox.nix b/nix/modules/home/firefox.nix index 986fccf..7e51433 100644 --- a/nix/modules/home/firefox.nix +++ b/nix/modules/home/firefox.nix @@ -13,7 +13,7 @@ name = "default"; isDefault = true; - extensions = with pkgs.nur.repos.rycee.firefox-addons; [ + extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [ ublock-origin tree-style-tab firefox-color |
