Compare commits

..

No commits in common. "5594dafa998b01d108babe09a49cf884ca0f62fb" and "5c307e04bdf5b0a7b1f8b87076d70653340643f0" have entirely different histories.

2 changed files with 5 additions and 1 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,6 +99,10 @@ 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;
};