adapt displayManager options
This commit is contained in:
parent
8bfdb62a52
commit
0438a91039
2 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ in {
|
|||
options.my.displayManager.sddm.enable = mkEnableOption "SDDM setup";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.xserver.displayManager.sddm = {
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
theme = "sugar-candy";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue