From e7bfeaa204825ecd065de27b70353406a7b0c88f Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 14 Feb 2024 23:42:58 +0100 Subject: [PATCH] this took so long --- modules/gui/cursor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/cursor.nix b/modules/gui/cursor.nix index 554a042b..7f6c3b00 100644 --- a/modules/gui/cursor.nix +++ b/modules/gui/cursor.nix @@ -25,7 +25,7 @@ in { config = mkIf cfg.enable { environment.sessionVariables = { XCURSOR_THEME = "${cfg.name}"; - XCURSOR_SIZE = "${cfg.size}"; + XCURSOR_SIZE = "${toString cfg.size}"; }; home-manager.users.${config'.username} = {