mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 22:16:12 +01:00
11 lines
218 B
Nix
11 lines
218 B
Nix
{
|
|
programs.librewolf = {
|
|
enable = true;
|
|
settings = {
|
|
"browser.sessionstore.resume_from_crash" = false;
|
|
"DisableSystemAddonUpdate" = true;
|
|
"DisableSetDesktopBackground" = true;
|
|
};
|
|
};
|
|
}
|