adding compose key etc
This commit is contained in:
parent
e9c6a1a6da
commit
d90c80b61e
5 changed files with 45 additions and 41 deletions
|
@ -23,7 +23,10 @@ in {
|
|||
};
|
||||
|
||||
input = {
|
||||
keyboard.xkb.layout = "us";
|
||||
keyboard.xkb = {
|
||||
layout = "us";
|
||||
options = "compose:ralt";
|
||||
};
|
||||
|
||||
touchpad = {
|
||||
natural-scroll = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue