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

9 lines
84 B
Nix
Raw Normal View History

{ ... }:
{
text = ''
function qr() {
qrencode -t ansiutf8
}
'';
2024-11-24 03:03:01 +03:00
}