chore: fix a few eval warnings

This commit is contained in:
Luj 2024-06-28 11:16:58 +02:00
parent 7f9493bea8
commit 3fc1e9270b
5 changed files with 17 additions and 18 deletions

View file

@ -33,9 +33,9 @@
useXkbConfig = true;
};
services.xserver = {
services.xserver.xkb = {
layout = "fr";
xkbVariant = "";
variant = "";
};
programs.gnupg.agent.enable = true;