From cca176fce11ba11dca6ea3ad9d44dca742b9f732 Mon Sep 17 00:00:00 2001 From: Andrew Bell Date: Wed, 19 Mar 2025 12:27:40 +0000 Subject: [PATCH] stylix: fix cursor undefined error on darwin (#1004) Minor change to fix an error raised on Darwin. The cursor attribute was undefined, I think after #943 was merged. Fixes #1003. --- stylix/home-manager-integration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylix/home-manager-integration.nix b/stylix/home-manager-integration.nix index 5834ee3b..6f2019a5 100644 --- a/stylix/home-manager-integration.nix +++ b/stylix/home-manager-integration.nix @@ -2,6 +2,7 @@ lib, config, options, + pkgs, ... }: @@ -37,6 +38,7 @@ let "stylix" "cursor" ]; + condition = _homeConfig: !pkgs.stdenv.hostPlatform.isDarwin; } { path = [