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 = {