chore: some updates
This commit is contained in:
@@ -63,17 +63,17 @@
|
||||
];
|
||||
|
||||
};
|
||||
# firefox = {
|
||||
# executable = "${pkgs.firefox}/bin/firefox";
|
||||
# profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
|
||||
# desktop = "${pkgs.firefox}/share/applications/firefox.desktop";
|
||||
# extraArgs = [
|
||||
# "--ignore=private-dev"
|
||||
# "--env=GTK_THEME=Adwaita:dark"
|
||||
# "--dbus-user.talk=org.freedesktop.Notifications"
|
||||
# "--dbus-user.talk=org.freedesktop.portal.Desktop"
|
||||
# ];
|
||||
# };
|
||||
firefox = {
|
||||
executable = "${pkgs.firefox}/bin/firefox";
|
||||
profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
|
||||
desktop = "${pkgs.firefox}/share/applications/firefox.desktop";
|
||||
extraArgs = [
|
||||
"--ignore=private-dev"
|
||||
"--env=GTK_THEME=Adwaita:dark"
|
||||
"--dbus-user.talk=org.freedesktop.Notifications"
|
||||
"--dbus-user.talk=org.freedesktop.portal.Desktop"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
noctalia-shell.enable = true;
|
||||
quickshell.enable = true;
|
||||
alacritty.enable = true;
|
||||
kitty.enable = true;
|
||||
|
||||
firefox = {
|
||||
enable = true;
|
||||
@@ -53,7 +54,7 @@
|
||||
"browser.urlbar.suggest.*" = false;
|
||||
"cookiebanners.service.mode.privateBrowsing" = 2; # Block cookie banners in private browsing
|
||||
"cookiebanners.service.mode" = 2; # Block cookie banners
|
||||
# "privacy.clearOnShutdown_v2.browsingHistoryAndDownloads" = true;
|
||||
"privacy.clearOnShutdown_v2.browsingHistoryAndDownloads" = true;
|
||||
# "privacy.clearOnShutdown_v2.formdata" = true;
|
||||
"privacy.donottrackheader.enabled" = true;
|
||||
"privacy.fingerprintingProtection" = true;
|
||||
|
||||
Reference in New Issue
Block a user