From 820e69f53c5b4eecb1f75ee44091614fa9406a69 Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 12 Oct 2025 17:47:26 +0530 Subject: [PATCH] feat: set cursor size --- hosts/canopus/home.nix | 1 + hosts/isoImage/home.nix | 1 + 2 files changed, 2 insertions(+) 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";