Update inputs
This commit is contained in:
parent
f37b14c4e2
commit
05f3ad5010
2 changed files with 18 additions and 18 deletions
|
@ -12,6 +12,9 @@
|
|||
defaultSession = "sway";
|
||||
};
|
||||
|
||||
# Enable touchpad support.
|
||||
services.libinput.enable = true;
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.xterm.enable = false;
|
||||
|
@ -24,9 +27,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Enable touchpad support.
|
||||
libinput.enable = true;
|
||||
|
||||
# TODO: Extract i18n
|
||||
xkb = {
|
||||
layout = "ch,de";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue