add some options
This commit is contained in:
parent
79701acc77
commit
a8783b4709
2 changed files with 26 additions and 0 deletions
|
@ -15,5 +15,26 @@ in
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
MOZ_ENABLE_WAYLAND = "1";
|
MOZ_ENABLE_WAYLAND = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zen-browser = {
|
||||||
|
policies = {
|
||||||
|
AutofillAddressEnabled = true;
|
||||||
|
AutofillCreditCardEnabled = false;
|
||||||
|
DisableAppUpdate = true;
|
||||||
|
DisableFeedbackCommands = true;
|
||||||
|
DisableFirefoxStudies = true;
|
||||||
|
DisablePocket = true;
|
||||||
|
DisableTelemetry = true;
|
||||||
|
# DontCheckDefaultBrowser = false;
|
||||||
|
NoDefaultBookmarks = true;
|
||||||
|
# OfferToSaveLogins = false;
|
||||||
|
EnableTrackingProtection = {
|
||||||
|
Value = true;
|
||||||
|
Locked = true;
|
||||||
|
Cryptomining = true;
|
||||||
|
Fingerprinting = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,11 @@ in
|
||||||
panels = import ./panels.nix;
|
panels = import ./panels.nix;
|
||||||
powerdevil = import ./power.nix;
|
powerdevil = import ./power.nix;
|
||||||
|
|
||||||
|
kwin = {
|
||||||
|
edgeBarrier = 0;
|
||||||
|
cornerBarrier = false;
|
||||||
|
};
|
||||||
|
|
||||||
session = {
|
session = {
|
||||||
general.askForConfirmationOnLogout = false;
|
general.askForConfirmationOnLogout = false;
|
||||||
sessionRestore.restoreOpenApplicationsOnLogin = "onLastLogout";
|
sessionRestore.restoreOpenApplicationsOnLogin = "onLastLogout";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue