1
1
Fork 0

beatific: fix clip script

This commit is contained in:
Tim Van Baak 2024-06-25 21:59:15 -07:00
parent e8698d3dc2
commit 5d6ee630bd
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ in {
wget
zip
(writeShellScriptBin "clip" ''
${xclip}/bin/xclip -sel c < $1
${xclip}/bin/xclip -sel c < "$1"
'')
];
programs = {