diff options
| author | Baitinq <[email protected]> | 2023-02-21 13:20:58 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-02-21 13:20:58 +0100 |
| commit | f0702f694a7286b6d76ff5af4ae1fe761c245bc2 (patch) | |
| tree | 880504061354149dd3f083303fdf39e62ceb5796 /hosts | |
| parent | Hosts: Add NIXPKGS_ALLOW_UNFREE=1 env variable (diff) | |
| download | nixos-config-f0702f694a7286b6d76ff5af4ae1fe761c245bc2.tar.gz nixos-config-f0702f694a7286b6d76ff5af4ae1fe761c245bc2.tar.bz2 nixos-config-f0702f694a7286b6d76ff5af4ae1fe761c245bc2.zip | |
Update
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/home.nix | 10 |
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") '' |