dwl: enable displayManager
This commit is contained in:
parent
85659453ee
commit
f66f4e19c1
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ in
|
|||
services.graphical-desktop.enable = lib.mkDefault true;
|
||||
|
||||
services.displayManager = {
|
||||
enable = true;
|
||||
sessionPackages = [ cfg.package ];
|
||||
defaultSession = "dwl";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue