feat: librewolf
This commit is contained in:
parent
3240843cc2
commit
26a6cac6c5
|
@ -94,7 +94,6 @@
|
||||||
mpv
|
mpv
|
||||||
feh
|
feh
|
||||||
vscode
|
vscode
|
||||||
librewolf
|
|
||||||
keepassxc
|
keepassxc
|
||||||
x2goclient
|
x2goclient
|
||||||
thunderbird
|
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 = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = rec {
|
config = rec {
|
||||||
|
|
Loading…
Reference in a new issue