From 4f0224676d7a682a805f02141bda18a840849a7b Mon Sep 17 00:00:00 2001 From: rotterdam Date: Mon, 13 Feb 2023 11:45:46 -0300 Subject: [PATCH] typo --- hosts/desktops/common/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]);