mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
enable sddm sugar dark theme
This commit is contained in:
@ -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
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user