From c66e86da88dae3067b70c109f73733fd3e779872 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 7 Mar 2026 13:46:39 -0600 Subject: [PATCH] added xclip --- modules/home-manager/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 51e3a3f..052a0ed 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -36,6 +36,7 @@ dig btop uv + xclip ]; }; }