diff --git a/hosts/canopus/home.nix b/hosts/canopus/home.nix index 3e4dc43..12783e4 100644 --- a/hosts/canopus/home.nix +++ b/hosts/canopus/home.nix @@ -29,6 +29,7 @@ home.pointerCursor = { package = pkgs.bibata-cursors; name = "Bibata-Modern-Ice"; + size = 28; }; qt = { diff --git a/hosts/isoImage/home.nix b/hosts/isoImage/home.nix index 9c402f9..9d7c6fa 100644 --- a/hosts/isoImage/home.nix +++ b/hosts/isoImage/home.nix @@ -12,6 +12,7 @@ home.pointerCursor = { package = pkgs.bibata-cursors; name = "Bibata-Modern-Ice"; + size = 28; }; home.stateVersion = "24.11";