diff --git a/users/malte/default.nix b/users/malte/default.nix index 1237a1b..cdaa74c 100644 --- a/users/malte/default.nix +++ b/users/malte/default.nix @@ -190,6 +190,13 @@ in { OPENAI_API_BASE = "https://api.openai.com/v1"; }; + pointerCursor = { + name = "phinger-cursors"; + package = pkgs.phinger-cursors; + size = 32; + gtk.enable = true; + }; + # Use default US, so that games don't get too confused. But let me # switch to a more comfortable workman layout! keyboard = null;