Kde/sddm: temporarely disable sdd theme

This commit is contained in:
Toast 2024-04-29 19:32:01 +02:00
parent b37b576ead
commit ca0c84006e

View file

@ -45,12 +45,12 @@ in {
# Enable SDDM.
services.displayManager.sddm = {
enable = true;
theme = "sugar-candy";
# theme = "sugar-candy";
settings = {
General = {Numlock = "off";};
Theme = {CursorTheme = "Breeze_Snow";};
};
};
environment.systemPackages = [sddm-sugar-candy customcfg];
# Sugar candy doesn't seem to work on qt6 :(
# environment.systemPackages = [sddm-sugar-candy customcfg];
}