diff --git a/home/terminal/shell/zsh.nix b/home/terminal/shell/zsh.nix index 58315bf..54ee433 100644 --- a/home/terminal/shell/zsh.nix +++ b/home/terminal/shell/zsh.nix @@ -29,9 +29,6 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' # Case insensitive completion - bindkey '^[[Z' reverse-menu-complete # shift-tab in completion menu - - ## MISC ## # Show completion categories zstyle ':completion:*:*:*:*:descriptions' format '%F{magenta}<-%d->%f' diff --git a/system/desktop/x11.nix b/system/desktop/x11.nix deleted file mode 100644 index 37a13b9..0000000 --- a/system/desktop/x11.nix +++ /dev/null @@ -1,5 +0,0 @@ -{pkgs, ...}: { - environment.systemPackages = with pkgs; [ - xclip - ]; -}