for to actually enable startx

This commit is contained in:
rotterdam 2023-02-13 11:45:09 -03:00
parent 6b346a46dc
commit 5ac3921e0c

View file

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