From 55fa0214cb8081ea8bb8119f9210cd6c4d29f5e5 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 8 Jan 2025 15:23:37 +0100 Subject: [PATCH] Fix cursor size on Hyprland --- hmModules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 43d5a84..2596638 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -62,7 +62,7 @@ in cursorTheme = { name = "catppuccin-mocha-sapphire"; package = pkgs.catppuccin-cursors; - size = 40; + size = 38; }; };