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;
|
wireplumber.enable = true;
|
||||||
};
|
};
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = false;
|
enable = true;
|
||||||
autorun = false;
|
autorun = false;
|
||||||
layout = "us";
|
layout = "us";
|
||||||
xkbVariant = "altgr-intl";
|
xkbVariant = "altgr-intl";
|
||||||
|
exportConfiguration = true;
|
||||||
excludePackages = ( with pkgs; [ xterm ]);
|
excludePackages = ( with pkgs; [ xterm ]);
|
||||||
desktopManager.plasma5 = {
|
desktopManager.plasma5 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue