Merge pull request #61423 from volth/de-xrdp

nixos/desktop-managers: let them work when 'services.xserver.enable = false'
This commit is contained in:
Matthew Bauer 2019-05-30 15:46:09 -04:00 committed by GitHub
commit b64b2b57f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 13 deletions

View file

@ -21,7 +21,7 @@ in
};
config = mkIf (xcfg.enable && cfg.enable) {
config = mkIf cfg.enable {
services.xserver.desktopManager.session = singleton {
name = "lumina";