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;
|
libinput.enable = true;
|
||||||
|
|
||||||
# TODO: Extract i18n
|
# TODO: Extract i18n
|
||||||
layout = "ch,de";
|
xkb = {
|
||||||
xkbOptions = "eurosign:e";
|
layout = "ch,de";
|
||||||
|
options = "eurosign:e";
|
||||||
|
};
|
||||||
|
|
||||||
updateDbusEnvironment = true;
|
updateDbusEnvironment = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue