add french keyboard layout
This commit is contained in:
parent
aeb07bb42f
commit
63ea6122f8
|
@ -3,7 +3,7 @@
|
|||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
xkb.layout = "us";
|
||||
xkb.layout = "us,fr";
|
||||
};
|
||||
|
||||
displayManager.autoLogin = {
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
];
|
||||
|
||||
input = {
|
||||
kb_layout = "us";
|
||||
kb_layout = "us,fr";
|
||||
kb_options ="grp:alt_shift_toggle";
|
||||
kb_options = "caps:swapescape";
|
||||
numlock_by_default = true;
|
||||
follow_mouse = 1;
|
||||
sensitivity = 0;
|
||||
|
|
Loading…
Reference in a new issue