Update cursor name in default.nix file

This commit is contained in:
panotaka
2024-01-15 22:48:48 -04:00
parent f59e46e20c
commit 99fb4e111f

View File

@@ -22,14 +22,14 @@
}; };
stylix.cursor = { stylix.cursor = {
name = ""; name = "Breeze";
size = 24; size = 24;
}; };
} }
]; ];
stylix.cursor = { stylix.cursor = {
name = ""; name = "Breeze";
size = 24; size = 24;
}; };