beatific: fix clip script

This commit is contained in:
Tim Van Baak 2024-06-25 21:59:15 -07:00
parent e8698d3dc2
commit 5d6ee630bd

View File

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