From 6b346a46dcf9afac6b292c584dec16535dcc026f Mon Sep 17 00:00:00 2001 From: rotterdam Date: Mon, 13 Feb 2023 11:41:07 -0300 Subject: [PATCH] enable x to ne useable with startx --- hosts/desktops/common/services.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/desktops/common/services.nix b/hosts/desktops/common/services.nix index 21d75f5..f4e1da4 100644 --- a/hosts/desktops/common/services.nix +++ b/hosts/desktops/common/services.nix @@ -18,10 +18,11 @@ in wireplumber.enable = true; }; xserver = { - enable = false; + enable = true; autorun = false; layout = "us"; xkbVariant = "altgr-intl"; + exportConfiguration = true; excludePackages = ( with pkgs; [ xterm ]); desktopManager.plasma5 = { enable = true;