diff --git a/home-manager/zsh.nix b/home-manager/zsh.nix index 23e8a1a..4ee0682 100644 --- a/home-manager/zsh.nix +++ b/home-manager/zsh.nix @@ -25,6 +25,7 @@ in shellAliases = { ls = "exa --group-directories-first --git"; neovide = "neovide --multigrid"; + xclip = "xclip -selection clipboard"; }; }; }