diff --git a/hosts/desktops/common/services.nix b/hosts/desktops/common/services.nix index 7aef8ac..b71b8ab 100644 --- a/hosts/desktops/common/services.nix +++ b/hosts/desktops/common/services.nix @@ -24,7 +24,7 @@ in xkbVariant = "altgr-intl"; exportConfiguration = true; excludePackages = ( with pkgs; [ xterm ]); - displayServer.startx.enable = true; + displayManager.startx.enable = true; desktopManager.plasma5 = { enable = true; excludePackages = ( with pkgs.plasma5Packages; [ elisa oxygen khelpcenter ]);