~ruther/nixos-config

d4356a9e42ec3f7f5e04dc4631acb5b2e748bac9 — Rutherther 1 year, 6 months ago e55f782
fix: correctly split options in xkbOptions
1 files changed, 1 insertions(+), 1 deletions(-)

M modules/desktop/default.nix
M modules/desktop/default.nix => modules/desktop/default.nix +1 -1
@@ 7,7 7,7 @@

      layout = "us,cz";                              # Keyboard layout & €-sign
      xkbVariant = ",qwerty";
      xkbOptions = "grp:alt_shift_toggle ctrl:nocaps";
      xkbOptions = "grp:alt_shift_toggle, ctrl:nocaps";
      libinput.enable = true;
      modules = [ pkgs.xf86_input_wacom ];        # Both needed for wacom tablet usage
      wacom.enable = true;

Do not follow this link