Compare commits

..

3 commits

3 changed files with 9 additions and 7 deletions

View file

@ -4,6 +4,7 @@
gnupg.enable = true; gnupg.enable = true;
zathura.enable = true; zathura.enable = true;
foot.enable = true; foot.enable = true;
imv.enable = true;
}; };
audio.cmus.enable = true; audio.cmus.enable = true;
cli = { cli = {

View file

@ -9,10 +9,11 @@
# Enable resistFingerprinting # Enable resistFingerprinting
# But override CSSPrefersColorScheme to actovate theme detection # But override CSSPrefersColorScheme to actovate theme detection
# https://github.com/allo-/ffprofile/issues/56#issuecomment-2076293964 # https://github.com/allo-/ffprofile/issues/56#issuecomment-2076293964
"privacy.fingerprintingProtection" = true; # privacy."privacy.resistFingerprinting" must be disable because replaced by
"privacy.fingerprintingProtection.pbmode" = true; # "privacy.resistFingerprinting"
# "privacy.fingerprintingProtection.letterboxing" = true; "privacy.fingerprintingProtection" = false;
"privacy.fingerprintingProtection.overrides" = "+AllTargets,-CSSPrefersColorScheme"; "privacy.fingerprintingProtection.pbmode" = false;
"privacy.resistFingerprinting" = true; "privacy.resistFingerprinting" = true;
"privacy.resistFingerprinting.pbmode" = true; "privacy.resistFingerprinting.pbmode" = true;
"privacy.resistFingerprinting.overrides" = "+AllTargets, -CSSPrefersColorScheme"; "privacy.resistFingerprinting.overrides" = "+AllTargets, -CSSPrefersColorScheme";

View file

@ -68,7 +68,7 @@ in
xdg.configFile."tridactyl/tridactylrc".text = '' xdg.configFile."tridactyl/tridactylrc".text = ''
sanitize tridactyllocal tridactylsync sanitize tridactyllocal tridactylsync
" Define custom theme " Define custom theme
set customthemes.custom #completions table, #tridactyl-input {font-size: .9rem!important;}; set customthemes.custom #completions table, #tridactyl-input {font-size: .9rem!important;} #tridactyl-reader main { width: min(65rem, 90%)!important;}
set theme custom set theme custom
" Smooth scrolling " Smooth scrolling
set smoothscroll true set smoothscroll true
@ -83,8 +83,8 @@ in
bind J tabprev bind J tabprev
bind K tabnext bind K tabnext
" Binds for force reader mode " Binds for force reader mode
bind gfr reader bind gr reader
bind gfR reader --tab bind gR reader --tab
set editorcmd foot -T "Edit text from Firefox" nvim %f set editorcmd foot -T "Edit text from Firefox" nvim %f
''; '';