dotfiles/nixos/system/input-devices.nix
2025-01-11 22:07:56 +01:00

8 lines
110 B
Nix

{ ... }: {
services.xserver = {
xkb.layout = "us,cz";
xkb.options = "grp:win_space_toggle";
};
}