From 4036f1a751885718b324f3792819e119f98e56f2 Mon Sep 17 00:00:00 2001 From: Nicolas Berbiche Date: Thu, 5 May 2022 21:15:51 -0400 Subject: [PATCH] home-cursor: fix x11 cursor path using invalid option (#2940) --- modules/config/home-cursor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/home-cursor.nix b/modules/config/home-cursor.nix index 5bdfb3ad..e2d26a5b 100644 --- a/modules/config/home-cursor.nix +++ b/modules/config/home-cursor.nix @@ -49,7 +49,7 @@ let }; cursorPath = "${cfg.package}/share/icons/${escapeShellArg cfg.name}/cursors/${ - escapeShellArg cfg.defaultCursor + escapeShellArg cfg.x11.defaultCursor }"; in {