dwl: formatting
This commit is contained in:
parent
3c21e459c9
commit
85659453ee
1 changed files with 4 additions and 2 deletions
|
@ -23,8 +23,10 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.graphical-desktop.enable = lib.mkDefault true;
|
||||
|
||||
services.displayManager.sessionPackages = [ cfg.package ];
|
||||
services.displayManager.defaultSession = "dwl";
|
||||
services.displayManager = {
|
||||
sessionPackages = [ cfg.package ];
|
||||
defaultSession = "dwl";
|
||||
};
|
||||
|
||||
security = {
|
||||
polkit.enable = lib.mkDefault true;
|
||||
|
|
Loading…
Reference in a new issue