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.graphical-desktop.enable = lib.mkDefault true;
|
||||||
|
|
||||||
services.displayManager = {
|
services.displayManager = {
|
||||||
|
enable = true;
|
||||||
sessionPackages = [ cfg.package ];
|
sessionPackages = [ cfg.package ];
|
||||||
defaultSession = "dwl";
|
defaultSession = "dwl";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue