From 58fdf41041ec8e42e2123056f57985ff902e98e0 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Thu, 14 May 2020 00:14:11 +0300 Subject: [PATCH] Also specify GTK theme as a variable --- modules/workspace/gtk.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/workspace/gtk.nix b/modules/workspace/gtk.nix index 15ea954..1f830dc 100644 --- a/modules/workspace/gtk.nix +++ b/modules/workspace/gtk.nix @@ -61,5 +61,6 @@ in { }; gtk3.extraConfig.gtk-cursor-theme-name = "breeze"; }; + home.sessionVariables.GTK_THEME = "Generated"; }; }