Use stylix and refactor related things
This commit is contained in:
parent
f173a43c72
commit
96dc27ff50
19 changed files with 600 additions and 397 deletions
|
@ -8,7 +8,7 @@
|
|||
settings = {
|
||||
"webgl.disabled" = false;
|
||||
# "privacy.resistFingerprinting" = false;
|
||||
"privacy.clearOnShutdown.history" = false;
|
||||
"privacy.clearOnShutdown.history" = true;
|
||||
"privacy.clearOnShutdown.cookies" = false;
|
||||
"network.cookie.lifetimePolicy" = 0;
|
||||
"identity.fxaccounts.enabled" = true;
|
||||
|
@ -35,6 +35,7 @@
|
|||
libredirect
|
||||
multi-account-containers
|
||||
clearurls
|
||||
tridactyl
|
||||
hoppscotch
|
||||
];
|
||||
};
|
||||
|
@ -48,6 +49,7 @@
|
|||
"services.sync.engine.passwords" = false;
|
||||
"services.sync.engine.prefs" = false;
|
||||
"services.sync.engine.tabs" = true;
|
||||
"browser.urlbar.autoFill" = false;
|
||||
|
||||
# Layout
|
||||
"browser.uiCustomization.state" = builtins.toJSON {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue