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:
parent
ff9ae322bc
commit
cca176fce1
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
config,
|
||||
options,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
@ -37,6 +38,7 @@ let
|
|||
"stylix"
|
||||
"cursor"
|
||||
];
|
||||
condition = _homeConfig: !pkgs.stdenv.hostPlatform.isDarwin;
|
||||
}
|
||||
{
|
||||
path = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue