diff options
| author | aristote <quentin.aristote@irif.fr> | 2024-01-31 10:57:06 +0100 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2024-01-31 10:57:06 +0100 |
| commit | 8e5382450e10231c9bf7194605ebdaf95f287382 (patch) | |
| tree | 4130399551d3f3e3b67fd35e8dc9c6d29e86eabb /modules/nixos/personal/gui.nix | |
| parent | 0df32624d0b82f8fec92ffaee9b2b517806ab234 (diff) | |
nixos: services.xserver.layout -> services.xserver.xkb.layout
Diffstat (limited to 'modules/nixos/personal/gui.nix')
| -rw-r--r-- | modules/nixos/personal/gui.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/personal/gui.nix b/modules/nixos/personal/gui.nix index 88f8fa2..f7cdc57 100644 --- a/modules/nixos/personal/gui.nix +++ b/modules/nixos/personal/gui.nix @@ -44,7 +44,7 @@ in { }; # Hardware libinput.enable = true; - layout = config.personal.hardware.keyboard.keyMap; + xkb.layout = config.personal.hardware.keyboard.keyMap; autoRepeatDelay = 200; }; } |
