Update legacy config options
This commit is contained in:
parent
216d1ac45b
commit
74f72d5f10
1 changed files with 4 additions and 2 deletions
|
@ -19,8 +19,10 @@
|
|||
libinput.enable = true;
|
||||
|
||||
# TODO: Extract i18n
|
||||
layout = "ch,de";
|
||||
xkbOptions = "eurosign:e";
|
||||
xkb = {
|
||||
layout = "ch,de";
|
||||
options = "eurosign:e";
|
||||
};
|
||||
|
||||
updateDbusEnvironment = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue