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.
This commit is contained in:
Andrew Bell 2025-03-19 12:27:40 +00:00 committed by GitHub
parent ff9ae322bc
commit cca176fce1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
lib,
config,
options,
pkgs,
...
}:
@ -37,6 +38,7 @@ let
"stylix"
"cursor"
];
condition = _homeConfig: !pkgs.stdenv.hostPlatform.isDarwin;
}
{
path = [