about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2023-02-21 13:20:58 +0100
committerBaitinq <[email protected]>2023-02-21 13:20:58 +0100
commitf0702f694a7286b6d76ff5af4ae1fe761c245bc2 (patch)
tree880504061354149dd3f083303fdf39e62ceb5796 /hosts
parentHosts: Add NIXPKGS_ALLOW_UNFREE=1 env variable (diff)
downloadnixos-config-f0702f694a7286b6d76ff5af4ae1fe761c245bc2.tar.gz
nixos-config-f0702f694a7286b6d76ff5af4ae1fe761c245bc2.tar.bz2
nixos-config-f0702f694a7286b6d76ff5af4ae1fe761c245bc2.zip
Update
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 6230b7d..69b3a28 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -183,15 +183,15 @@
 
     firefox = {
       enable = true;
-      extensions = with pkgs.nur.repos.rycee.firefox-addons; [
-        ublock-origin
-        darkreader
-        h264ify
-      ];
       profiles.default = {
         id = 0;
         name = "Default";
         isDefault = true;
+        extensions = with pkgs.nur.repos.rycee.firefox-addons; [
+          ublock-origin
+          darkreader
+          h264ify
+        ];
         extraConfig = lib.strings.concatStrings [
           (builtins.readFile "${inputs.arkenfox-userjs}/user.js")
           ''