enable x to ne useable with startx

This commit is contained in:
rotterdam 2023-02-13 11:41:07 -03:00
parent 9add92c1a4
commit 6b346a46dc

View file

@ -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;