Update inputs
This commit is contained in:
parent
7793ae0956
commit
793b2299b1
2 changed files with 19 additions and 16 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
services.xserver.windowManager.i3.enable = true;
|
||||
|
||||
services.displayManager = {
|
||||
defaultSession = "sway";
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.xterm.enable = false;
|
||||
|
@ -18,7 +22,6 @@
|
|||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
defaultSession = "sway";
|
||||
};
|
||||
|
||||
# Enable touchpad support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue