From be67ac74e7ebdda4634523e532bc891cfef6d351 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 23 Jun 2023 21:11:30 -0400 Subject: [PATCH] containers: Set cursor size to 24 --- setup.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.nix b/setup.nix index 2c13cf57..01c33088 100644 --- a/setup.nix +++ b/setup.nix @@ -37,6 +37,7 @@ MOZ_ENABLE_WAYLAND = "1"; XDG_RUNTIME_DIR = "/run/user/1000"; DISPLAY = ":0"; + XCURSOR_SIZE = "24"; }; };