Switch to plasma 6 #9

Merged
Toast merged 6 commits from plasma6 into main 2024-04-29 20:02:45 +02:00
Showing only changes of commit ca0c84006e - Show all commits

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];
}