From 4ab3191f0d318b10140a99d8f3c51d274701322f Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 10 Jan 2023 08:19:48 +0100 Subject: [PATCH] Documentation suggests this should be '1' and not 'true' --- users/erwin/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/erwin/home.nix b/users/erwin/home.nix index 91c66c6..dbda8ef 100644 --- a/users/erwin/home.nix +++ b/users/erwin/home.nix @@ -210,13 +210,13 @@ in "file:///home/erwin/workspace" ]; extraConfig = { - gtk-application-prefer-dark-theme = true; + gtk-application-prefer-dark-theme = 1; gtk-cursor-theme-name = "Nordzy-cursors"; }; }; gtk4.extraConfig = { - gtk-application-prefer-dark-theme = true; + gtk-application-prefer-dark-theme = 1; gtk-cursor-theme-name = "Nordzy-cursors"; }; };