Kde/sddm: temporarely disable sdd theme
This commit is contained in:
parent
b37b576ead
commit
ca0c84006e
1 changed files with 3 additions and 3 deletions
|
|
@ -45,12 +45,12 @@ in {
|
||||||
# Enable SDDM.
|
# Enable SDDM.
|
||||||
services.displayManager.sddm = {
|
services.displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "sugar-candy";
|
# theme = "sugar-candy";
|
||||||
settings = {
|
settings = {
|
||||||
General = {Numlock = "off";};
|
General = {Numlock = "off";};
|
||||||
Theme = {CursorTheme = "Breeze_Snow";};
|
Theme = {CursorTheme = "Breeze_Snow";};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# Sugar candy doesn't seem to work on qt6 :(
|
||||||
environment.systemPackages = [sddm-sugar-candy customcfg];
|
# environment.systemPackages = [sddm-sugar-candy customcfg];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue