Commit de26806
committed
fix(home-manager): remove incomplete pointerCursor config
Remove incomplete home.pointerCursor configuration that was causing
build errors. The pointerCursor option requires all of name, package,
and size to be set when enable = true.
This fixes the error:
error: The option 'home-manager.users.mar.home.pointerCursor.name'
was accessed but has no value defined.
Stylix handles cursor configuration automatically at the system level,
so we only need to provide additional cursor packages without manually
enabling the pointerCursor option.1 parent 3bd881d commit de26806
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 16 | | |
20 | | - | |
21 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
0 commit comments