~ruther/nixos-config

4bb603b801a43fff305d6e7b54255e89daad6c12 — Frantisek Bohacek 1 year, 14 days ago 9fb7e6a
chore: update deprecated options
2 files changed, 6 insertions(+), 4 deletions(-)

M modules/desktop/default.nix
M modules/shell/zsh.nix
M modules/desktop/default.nix => modules/desktop/default.nix +5 -3
@@ 5,9 5,11 @@
    xserver = {
      enable = true;

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

M modules/shell/zsh.nix => modules/shell/zsh.nix +1 -1
@@ 11,7 11,7 @@
    };
    zsh = {
      enable = true;
      enableAutosuggestions = true;
      autosuggestion.enable = true;
      syntaxHighlighting.enable = true;
      enableCompletion = true;
      history.size = 100000;

Do not follow this link