nix/home/program/bash/module/Qr.nix

8 lines
75 B
Nix

{ ... }: {
text = ''
function qr() {
qrencode -t ansiutf8
}
'';
}