From 51f72d2d550e01d7357d952e8e1f475ae7f2c0e4 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Wed, 17 Jan 2024 15:05:12 -0800 Subject: [PATCH] beatific: add an xclip copy script --- modules/beatific.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/beatific.nix b/modules/beatific.nix index f7ea76d..c825926 100644 --- a/modules/beatific.nix +++ b/modules/beatific.nix @@ -108,6 +108,9 @@ in { vim wget zip + (writeShellScriptBin "clip" '' + ${xclip}/bin/xclip -sel c < $1 + '') ]; programs = { git = {