mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Merge pull request #61423 from volth/de-xrdp
nixos/desktop-managers: let them work when 'services.xserver.enable = false'
This commit is contained in:
commit
b64b2b57f0
8 changed files with 12 additions and 13 deletions
|
|
@ -21,7 +21,7 @@ in
|
|||
};
|
||||
|
||||
|
||||
config = mkIf (xcfg.enable && cfg.enable) {
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
services.xserver.desktopManager.session = singleton {
|
||||
name = "lumina";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue