nix/home/program/bash/module/Calc.nix

10 lines
111 B
Nix

{ ... }:
{
text = ''
# Launch calculator app.
function calc() {
gnome-calculator
}
'';
}