diff options
author | Ben Sima <ben@bsima.me> | 2021-01-08 19:46:08 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-08 19:46:28 -0500 |
commit | 99b7ea2a85590d5bb497090de09ac6dd15fff6cf (patch) | |
tree | 26f3a6c30eea07aec6355df01169252cc19956e5 /linux.nix | |
parent | b4728c9b8fd362dd6efb8d0e57a3749a8a2e52ba (diff) |
add userstyles for qutebrowser
Diffstat (limited to 'linux.nix')
-rw-r--r-- | linux.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -396,6 +396,7 @@ in enable = true; settings = { "colors.webpage.darkmode.enabled" = true; + "content.user_stylesheets" = "~/.userstyles.css"; # generated in lib/common.nix # attempting to fix gl rendering "qt.force_software_rendering" = "qt-quick"; |