feat: set cursor size

This commit is contained in:
tux
2025-10-12 17:47:26 +05:30
parent 892f30dabe
commit 820e69f53c
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
home.pointerCursor = { home.pointerCursor = {
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice"; name = "Bibata-Modern-Ice";
size = 28;
}; };
qt = { qt = {

View File

@@ -12,6 +12,7 @@
home.pointerCursor = { home.pointerCursor = {
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice"; name = "Bibata-Modern-Ice";
size = 28;
}; };
home.stateVersion = "24.11"; home.stateVersion = "24.11";