From 5ac3921e0c893c6fbeea8f4bb4dfbed1912ff39e Mon Sep 17 00:00:00 2001 From: rotterdam Date: Mon, 13 Feb 2023 11:45:09 -0300 Subject: [PATCH] for to actually enable startx --- hosts/desktops/common/services.nix | 1 + 1 file changed, 1 insertion(+) 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 ]);