parent
2bd14ac1a8
commit
839779236c
4 changed files with 12 additions and 0 deletions
9
packages/todos-edit.nix
Executable file
9
packages/todos-edit.nix
Executable file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "todos-edit";
|
||||
|
||||
text = ''
|
||||
exec "$EDITOR" "$HOME/Documents/wiki/todo.txt"
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue