This website requires JavaScript.
Explore
Help
Sign In
voronind
/
nix
Watch
0
Star
0
Fork
You've already forked nix
0
Code
Issues
40
Pull requests
Packages
Projects
Releases
Wiki
Activity
bdcb0caf7b
nix
/
home
/
program
/
bash
/
module
/
Todo.nix
10 lines
109 B
Nix
Raw
Normal View
History
Unescape
Escape
Switch to using nixfmt & indent with spaces cause no tab support...
2024-10-11 23:27:07 +03:00
{
.
.
.
}:
{
text
=
''
# Open `~/.todo.md` file.
function
todo
(
)
{
vi
~/.todo.md
}
''
;
Migrate completely to Nix configs.
2024-04-06 03:03:58 +03:00
}
Reference in a new issue
Copy permalink