summaryrefslogtreecommitdiff
path: root/nix/modules/home/firefox.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-01 15:05:36 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-01 15:05:36 -0800
commitc46325d82f3a325021811f1be844ba24b0ee5688 (patch)
treecf2824f076c0023c736b26887cd55fe2d93ef0bf /nix/modules/home/firefox.nix
parent004d30ad75da83075ce0fae01f41f5205302e7da (diff)
add nice keybindings and options for hyprland; start of rpi-zero
Diffstat (limited to 'nix/modules/home/firefox.nix')
-rw-r--r--nix/modules/home/firefox.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nix/modules/home/firefox.nix b/nix/modules/home/firefox.nix
index df05517..d339ba8 100644
--- a/nix/modules/home/firefox.nix
+++ b/nix/modules/home/firefox.nix
@@ -16,7 +16,9 @@
vimium
privacy-redirect
] ++ (lib.optional config.monorepo.profiles.crypto.enable pkgs.nur.repos.rycee.firefox-addons.metamask);
-
+ settings = {
+ "privacy.resistFingerprinting.letterboxing" = true;
+ };
};
};
};