mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-23 09:51:00 +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
|
services.xserver.desktopManager.session = singleton
|
||||||
{ name = "xterm";
|
{ name = "xterm";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue