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