don't use cursor when no graphical

This commit is contained in:
Noa Aarts 2025-11-12 08:47:32 +01:00
parent 1a21338f59
commit dce72b3c6d
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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;