From a15c3196c1d620c18cbee8229092598384a89fef Mon Sep 17 00:00:00 2001 From: Luc Chabassier Date: Sat, 18 Nov 2023 11:19:20 +0100 Subject: [PATCH] Fix default cursor in X11 (#189) --- stylix/hm/cursor.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stylix/hm/cursor.nix b/stylix/hm/cursor.nix index 78f4050a..09c1a43c 100644 --- a/stylix/hm/cursor.nix +++ b/stylix/hm/cursor.nix @@ -12,10 +12,7 @@ in { name = cfg.name; package = cfg.package; size = cfg.size; - x11 = { - enable = true; - defaultCursor = cfg.name; - }; + x11.enable = true; gtk.enable = true; }; };