From 46bb394a5e180c12e6e4ed8014fb552e02188569 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Wed, 3 Jul 2024 21:19:10 +0200 Subject: [PATCH] fix cursor theme See: https://discourse.nixos.org/t/gtk-settings-suddenly-not-applying/47381/11 https://discourse.nixos.org/t/mouse-cursors-broke-after-recent-nixos-rebuild/46790 --- modules/desktop/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/sway.nix b/modules/desktop/sway.nix index 9f5b61a..35a4ae8 100644 --- a/modules/desktop/sway.nix +++ b/modules/desktop/sway.nix @@ -278,7 +278,7 @@ # https://wiki.nixos.org/wiki/Cursor_Themes home.pointerCursor = { package = pkgs.catppuccin-cursors.latteLight; - name = "Catppuccin-Latte-Light-Cursors"; + name = "catppuccin-latte-light-cursors"; size = 24; gtk.enable = true; x11.enable = true;