about summary refs log tree commit diff
path: root/home/firefox/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-02-20 13:13:22 -0800
committerFranck Cuny <franck@fcuny.net>2023-02-20 13:15:05 -0800
commitd9319ad1e10db0b224a4279a0e47c31ceb4553b8 (patch)
tree3f7ec3b063bc957ea0e7147c85813000016c0d41 /home/firefox/default.nix
parentmeta: bump flake dependencies (diff)
downloadworld-d9319ad1e10db0b224a4279a0e47c31ceb4553b8.tar.gz
fix(home/firefox): move plugins to the profile
Diffstat (limited to '')
-rw-r--r--home/firefox/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/home/firefox/default.nix b/home/firefox/default.nix
index ccab1cc..682f2ff 100644
--- a/home/firefox/default.nix
+++ b/home/firefox/default.nix
@@ -8,15 +8,15 @@ in
 
   config.programs.firefox = lib.mkIf cfg.enable {
     enable = true;
-    extensions = with pkgs.nur.repos.rycee.firefox-addons; [
-      pkgs.nur.repos.rycee.firefox-addons."1password-x-password-manager"
-      consent-o-matic
-      refined-github
-      sponsorblock
-      ublock-origin
-    ];
     profiles = {
       default = {
+        extensions = with pkgs.nur.repos.rycee.firefox-addons; [
+          pkgs.nur.repos.rycee.firefox-addons."1password-x-password-manager"
+          consent-o-matic
+          refined-github
+          sponsorblock
+          ublock-origin
+        ];
         settings = {
           ## nix handle updates
           "app.update.auto" = false;