beatific: add an xclip copy script
This commit is contained in:
parent
c86cf48127
commit
51f72d2d55
|
@ -108,6 +108,9 @@ in {
|
|||
vim
|
||||
wget
|
||||
zip
|
||||
(writeShellScriptBin "clip" ''
|
||||
${xclip}/bin/xclip -sel c < $1
|
||||
'')
|
||||
];
|
||||
programs = {
|
||||
git = {
|
||||
|
|
Loading…
Reference in New Issue