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

9 lines
84 B
Nix

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