diff options
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -395,7 +395,9 @@ in qutebrowser = { enable = true; settings = { - "colors.webpage.darkmode.enabled" = true; + "colors.webpage.darkmode.enabled" = + if theme == "dark" then true else false; + "content.user_stylesheets" = "~/.userstyles.css"; # generated in lib/common.nix # attempting to fix gl rendering |