From 3c361f316f74e4f6cc891128e8d005f39041246a Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 24 Aug 2026 00:33:02 +0800 Subject: [PATCH] fix(home): explicitly enable home.pointerCursor --- home/linux/gui/base/gtk.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/linux/gui/base/gtk.nix b/home/linux/gui/base/gtk.nix index d9ae1ed2..a8415759 100644 --- a/home/linux/gui/base/gtk.nix +++ b/home/linux/gui/base/gtk.nix @@ -9,6 +9,7 @@ # which enable a bunch of compatibility options that should make the themes load in all situations. home.pointerCursor = { + enable = true; gtk.enable = true; x11.enable = true; package = pkgs.bibata-cursors;