mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:26:12 +01:00
BREAKING-CHANGE: changed nixpkgs to stable 24.11 + structure change + fmt
This commit is contained in:
10
home-manager/programs/librewolf.nix
Normal file
10
home-manager/programs/librewolf.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"browser.sessionstore.resume_from_crash" = false;
|
||||
"DisableSystemAddonUpdate" = true;
|
||||
"DisableSetDesktopBackground" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user