10 lines
109 B
Nix
10 lines
109 B
Nix
{ ... }:
|
|
{
|
|
text = ''
|
|
# Open `~/.todo.md` file.
|
|
function todo() {
|
|
vi ~/.todo.md
|
|
}
|
|
'';
|
|
}
|