all: Change keymap to ergol

This commit is contained in:
Quentin Boyer 2025-02-03 23:34:18 +01:00
parent 194fc3b607
commit a569ce7118
4 changed files with 16 additions and 16 deletions

View file

@ -35,8 +35,8 @@ in
};
services.xserver = {
layout = "us";
xkbVariant = "dvp";
layout = "fr";
xkbVariant = "ergol";
};
hardware.pulseaudio.enable = false;