don't use cursor when no graphical
This commit is contained in:
parent
1a21338f59
commit
dce72b3c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ in
|
|||
|
||||
stylix = {
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
|
||||
cursor = {
|
||||
cursor = lib.mkIf enableGraphical {
|
||||
name = cursor_name;
|
||||
package = cursor_src;
|
||||
size = 32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue