This commit is contained in:
mjallen18
2025-03-03 16:32:39 -06:00
parent 4b368ef078
commit f92c30f6ed
2 changed files with 13 additions and 4 deletions

View File

@@ -47,6 +47,15 @@ in
theme = "fishy";
};
};
librewolf = {
enable = true;
settings = {
"identity.fxaccounts.enabled" = true; # Enable Firefox Accounts
"privacy.clearOnShutdown.history" = true; # Disable clearing history on shutdown
"privacy.clearOnShutdown.downloads" = true; # Disable clearing downloads on shutdown
};
};
};
programs.git = {