diff options
-rw-r--r-- | linux.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -116,7 +116,6 @@ in pavucontrol pdftk pinentry - qutebrowser sqlite tdesktop terminus @@ -409,6 +408,13 @@ in extraPackages = epkgs: import ./lib/emacs-packages.nix { inherit epkgs; }; }; + qutebrowser = { + enable = true; + settings = { + "colors.webpage.darkmode.enabled" = true; + }; + }; + firefox = { enable = true; }; |