diff --git a/hosts/morty/home-config.nix b/hosts/morty/home-config.nix index c5bd59f..ed7d5a9 100644 --- a/hosts/morty/home-config.nix +++ b/hosts/morty/home-config.nix @@ -4,7 +4,6 @@ gnupg.enable = true; zathura.enable = true; foot.enable = true; - imv.enable = true; }; audio.cmus.enable = true; cli = { diff --git a/modules/home-manager/web/firefox/conf/tracking.nix b/modules/home-manager/web/firefox/conf/tracking.nix index b4e4ae4..14c26e8 100644 --- a/modules/home-manager/web/firefox/conf/tracking.nix +++ b/modules/home-manager/web/firefox/conf/tracking.nix @@ -9,11 +9,10 @@ # Enable resistFingerprinting # But override CSSPrefersColorScheme to actovate theme detection # https://github.com/allo-/ffprofile/issues/56#issuecomment-2076293964 - # privacy."privacy.resistFingerprinting" must be disable because replaced by - # "privacy.resistFingerprinting" - "privacy.fingerprintingProtection" = false; - "privacy.fingerprintingProtection.pbmode" = false; - + "privacy.fingerprintingProtection" = true; + "privacy.fingerprintingProtection.pbmode" = true; + # "privacy.fingerprintingProtection.letterboxing" = true; + "privacy.fingerprintingProtection.overrides" = "+AllTargets,-CSSPrefersColorScheme"; "privacy.resistFingerprinting" = true; "privacy.resistFingerprinting.pbmode" = true; "privacy.resistFingerprinting.overrides" = "+AllTargets, -CSSPrefersColorScheme"; diff --git a/modules/home-manager/web/firefox/default.nix b/modules/home-manager/web/firefox/default.nix index 5ae7bd9..da64118 100644 --- a/modules/home-manager/web/firefox/default.nix +++ b/modules/home-manager/web/firefox/default.nix @@ -68,7 +68,7 @@ in xdg.configFile."tridactyl/tridactylrc".text = '' sanitize tridactyllocal tridactylsync " Define custom theme - set customthemes.custom #completions table, #tridactyl-input {font-size: .9rem!important;} #tridactyl-reader main { width: min(65rem, 90%)!important;} + set customthemes.custom #completions table, #tridactyl-input {font-size: .9rem!important;}; set theme custom " Smooth scrolling set smoothscroll true @@ -83,8 +83,8 @@ in bind J tabprev bind K tabnext " Binds for force reader mode - bind gr reader - bind gR reader --tab + bind gfr reader + bind gfR reader --tab set editorcmd foot -T "Edit text from Firefox" nvim %f '';