Fix syntax

This commit is contained in:
2026-05-03 01:15:10 -05:00
parent d8844ce058
commit b081901c91
+2 -2
View File
@@ -52,8 +52,8 @@
]; ];
# Some basic hyprcursor stuff # Some basic hyprcursor stuff
environment.variables = [ environment.sessionVariables = {
HYPRCURSOR_THEME = "Adwaita"; HYPRCURSOR_THEME = "Adwaita";
HYPRCURSOR_SIZE = "24"; HYPRCURSOR_SIZE = "24";
]; };
} }