add french keyboard layout

This commit is contained in:
Frost-Phoenix 2024-06-25 11:27:57 +02:00
parent aeb07bb42f
commit 63ea6122f8
2 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,7 @@
services = { services = {
xserver = { xserver = {
enable = true; enable = true;
xkb.layout = "us"; xkb.layout = "us,fr";
}; };
displayManager.autoLogin = { displayManager.autoLogin = {

View file

@ -21,7 +21,9 @@
]; ];
input = { input = {
kb_layout = "us"; kb_layout = "us,fr";
kb_options ="grp:alt_shift_toggle";
kb_options = "caps:swapescape";
numlock_by_default = true; numlock_by_default = true;
follow_mouse = 1; follow_mouse = 1;
sensitivity = 0; sensitivity = 0;