From c498fe272306f12d691aee2a86e3e8410c0ce2e8 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 9 Nov 2022 08:00:51 +0100 Subject: [PATCH] feat: configure xclip to use system clipboard --- home-manager/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; }; }