~ruther/nixos-config

b3efbdfe370b9e4dd3f1817dc34948ac3888064e — Frantisek Bohacek 1 year, 6 months ago d576b07
feat: toggle layout with alt shift
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 = "eurosign:e";
      xkbOptions = "grp:alt_shift_toggle";
      libinput.enable = true;
      modules = [ pkgs.xf86_input_wacom ];        # Both needed for wacom tablet usage
      wacom.enable = true;

Do not follow this link