diff --git a/stylix/hm/cursor.nix b/stylix/hm/cursor.nix index f1efa94f..0f23201b 100644 --- a/stylix/hm/cursor.nix +++ b/stylix/hm/cursor.nix @@ -19,7 +19,8 @@ in ) { home.pointerCursor = { - inherit (cfg) name package size; + inherit (cfg) name package; + size = builtins.floor (cfg.size + 0.5); x11.enable = true; gtk.enable = true; };