summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux.nix b/linux.nix
index 12e579b..7e6a775 100644
--- a/linux.nix
+++ b/linux.nix
@@ -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