change path for xkb keyboard layout

This commit is contained in:
chaos 2024-02-08 17:46:34 +00:00
parent 741de9a7e1
commit ee9e3ea1f0
No known key found for this signature in database

View file

@ -74,5 +74,7 @@ in {
services.gnome.gnome-keyring.enable = mkForce false;
services.xserver = {layout = "gb";};
services.xserver.xkb = {
layout = "gb";
};
}