This commit is contained in:
Odweta
2026-01-11 22:52:13 +01:00
parent 2d0d8a953f
commit b4d30ada4a
+2 -2
View File
@@ -4,9 +4,9 @@
# Enable Theme # Enable Theme
environment.sessionVariables = { environment.sessionVariables = {
GTK_THEME = "catppuccin-macchiato-teal-standard"; GTK_THEME = "catppuccin-macchiato-teal-standard";
XCURSOR_THEME = "Catppuccin-Macchiato-Teal"; XCURSOR_THEME = "catppuccin-macchiato-teal-cursors";
XCURSOR_SIZE = "24"; XCURSOR_SIZE = "24";
HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal"; HYPRCURSOR_THEME = "catppuccin-macchiato-teal-cursors";
HYPRCURSOR_SIZE = "24"; HYPRCURSOR_SIZE = "24";
}; };
qt.enable = true; qt.enable = true;