feat: librewolf
This commit is contained in:
parent
3240843cc2
commit
26a6cac6c5
|
@ -94,7 +94,6 @@
|
|||
mpv
|
||||
feh
|
||||
vscode
|
||||
librewolf
|
||||
keepassxc
|
||||
x2goclient
|
||||
thunderbird
|
||||
|
@ -158,6 +157,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"privacy.clearOnShutdown.history" = false;
|
||||
"privacy.clearOnShutdown.downloads" = false;
|
||||
"privacy.donottrackheader.enabled" = true;
|
||||
"general.autoScroll" = true;
|
||||
};
|
||||
};
|
||||
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
config = rec {
|
||||
|
|
Loading…
Reference in a new issue