wm: Add french layout to niri
Some checks failed
Build / check (push) Failing after 1m39s
Build / load_packages (push) Failing after 1m36s
Build / build (push) Has been skipped
Build / build-status (push) Failing after 3s

This commit is contained in:
Quentin Boyer 2025-12-21 17:54:03 +01:00
parent b6251dd89a
commit e66997e549

View file

@ -35,7 +35,7 @@ ckgrounds/nixos/nix-wallpaper-simple-dark-gray.png";
input = {
keyboard = {
xkb.layout = "fr(ergol),us";
xkb.layout = "fr(ergol),us,fr";
xkb.options = "compose:102";
numlock = true;
};