Also specify GTK theme as a variable

This commit is contained in:
Alexander Bantyev 2020-05-14 00:14:11 +03:00
parent 62def3563b
commit 58fdf41041

View File

@ -61,5 +61,6 @@ in {
}; };
gtk3.extraConfig.gtk-cursor-theme-name = "breeze"; gtk3.extraConfig.gtk-cursor-theme-name = "breeze";
}; };
home.sessionVariables.GTK_THEME = "Generated";
}; };
} }