Compare commits

...

2 Commits

Author SHA1 Message Date
5594dafa99
Remove wallpaper setting for GNOME
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m26s
2024-06-22 13:02:03 +01:00
7c92a7619d
Turn off resistFingerprinting in Firefox 2024-06-22 13:01:29 +01:00
2 changed files with 1 additions and 5 deletions

View File

@ -62,7 +62,7 @@ in {
"network.allow-experiments" = false;
## Privacy
"privacy.resistFingerprinting" = true;
# "privacy.resistFingerprinting" = true;
"privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts" = false;
"privacy.trackingprotection.enabled" = true;
"privacy.trackingprotection.pbmode.enabled" = true;

View File

@ -99,10 +99,6 @@ in {
screen-left-gap = 8;
window-gap = 8;
};
"org/gnome/desktop/background" = {
picture-uri = "file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/adwaita-l.jxl";
picture-uri-dark = "file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/adwaita-d.jxl";
};
"org/gnome/desktop/peripherals/touchpad" = {
tap-to-click = true;
};