Kde/sddm: change cursor name

The cursor name changed in Plasma 6 and I forgot to change it
This commit is contained in:
Toast 2024-06-05 22:53:31 +02:00
parent bec73e73ad
commit f4712fdf70

View file

@ -49,9 +49,10 @@ in {
# theme = "sugar-candy";
settings = {
General = {Numlock = "off";};
Theme = {CursorTheme = "Breeze_Snow";};
Theme = {CursorTheme = "Breeze_Light";};
};
};
# Sugar candy doesn't seem to work on qt6 :(
# environment.systemPackages = [sddm-sugar-candy customcfg];
}