add librewolf
This commit is contained in:
parent
46d7876ec8
commit
d0bf9089d7
3 changed files with 12 additions and 0 deletions
10
home-manager/librewolf.nix
Normal file
10
home-manager/librewolf.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"privacy.clearOnShutdown.history" = false;
|
||||
"privacy.clearOnShutdown.downloads" = false;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue