enable sddm sugar dark theme

This commit is contained in:
2024-08-05 06:37:35 +05:30
parent d8cf4f1ffc
commit b8655c9c06
2 changed files with 4 additions and 20 deletions

View File

@ -6,7 +6,10 @@
services = {
displayManager = {
sddm = {
package = pkgs.libsForQt5.sddm;
extraPackages = with pkgs; [libsForQt5.qt5.qtgraphicaleffects];
enable = true;
theme = "sugar-dark";
};
};
@ -70,5 +73,6 @@
sct
slop
speedcrunch
sddm-sugar-dark
];
}