mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
users/foo-dogsquared: make custom wrapped version of Firefox
This commit is contained in:
parent
153495b514
commit
8f11ef8b14
@ -24,6 +24,34 @@
|
|||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
package = with pkgs; wrapFirefox firefox-unwrapped {
|
||||||
|
extraPolicies = {
|
||||||
|
AppAutoUpdate = false;
|
||||||
|
DisableAppUpdate = true;
|
||||||
|
DisableMasterPasswordCreation = true;
|
||||||
|
DisablePocket = true;
|
||||||
|
DisableSetDesktopBackground = true;
|
||||||
|
DontCheckDefaultBrowser = true;
|
||||||
|
FirefoxHome = {
|
||||||
|
Highlights = false;
|
||||||
|
Pocket = false;
|
||||||
|
Snippets = false;
|
||||||
|
SponsporedPocket = false;
|
||||||
|
SponsporedTopSites = false;
|
||||||
|
};
|
||||||
|
NoDefaultBookmarks = true;
|
||||||
|
OfferToSaveLoginsDefault = false;
|
||||||
|
PasswordManagerEnabled = false;
|
||||||
|
SanitizeOnShutdown = {
|
||||||
|
Cache = true;
|
||||||
|
Cookies = true;
|
||||||
|
FormData = true;
|
||||||
|
};
|
||||||
|
UseSystemPrintDialog = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
profiles.personal = {
|
profiles.personal = {
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user