enable x to ne useable with startx
This commit is contained in:
parent
9add92c1a4
commit
6b346a46dc
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue