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;