This commit is contained in:
Odweta
2026-01-11 22:48:35 +01:00
parent 460d24f097
commit 2d0d8a953f
+7 -5
View File
@@ -2,11 +2,13 @@
{ {
# Enable Theme # Enable Theme
environment.variables.GTK_THEME = "catppuccin-macchiato-teal-standard"; environment.sessionVariables = {
environment.variables.XCURSOR_THEME = "Catppuccin-Macchiato-Teal"; GTK_THEME = "catppuccin-macchiato-teal-standard";
environment.variables.XCURSOR_SIZE = "24"; XCURSOR_THEME = "Catppuccin-Macchiato-Teal";
environment.variables.HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal"; XCURSOR_SIZE = "24";
environment.variables.HYPRCURSOR_SIZE = "24"; HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal";
HYPRCURSOR_SIZE = "24";
};
qt.enable = true; qt.enable = true;
qt.platformTheme = "gtk2"; qt.platformTheme = "gtk2";
qt.style = "gtk2"; qt.style = "gtk2";