From 26a6cac6c52516282f7d01471727116a5b7f0c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 20 Dec 2022 19:04:02 +0100 Subject: [PATCH] feat: librewolf --- hosts/neodymium/configuration.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index 799b2bc..ce335cd 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -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 {