mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-22 17:31:04 +03:00
nixos/desktop-managers: let them work when services.xserver.enable=false
This commit is contained in:
parent
ac6875d294
commit
b51aae10e0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in
|
|||
|
||||
};
|
||||
|
||||
config = mkIf (config.services.xserver.enable && cfg.enable) {
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
services.xserver.desktopManager.session = singleton
|
||||
{ name = "xterm";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue