Update inputs

This commit is contained in:
Fabian Hauser 2024-04-17 23:30:06 +08:00
parent 7793ae0956
commit 793b2299b1
2 changed files with 19 additions and 16 deletions

View file

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