1
1
Fork 0

beatific: add an xclip copy script

This commit is contained in:
Tim Van Baak 2024-01-17 15:05:12 -08:00
parent c86cf48127
commit 51f72d2d55
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ in {
vim
wget
zip
(writeShellScriptBin "clip" ''
${xclip}/bin/xclip -sel c < $1
'')
];
programs = {
git = {