diff options
author | Soispha <soispha@vhack.eu> | 2023-12-31 16:52:07 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-31 16:52:07 +0100 |
commit | 97def8c3a530a793eeb5a6a76d89082685598e85 (patch) | |
tree | 6ff3a339c0e3e213f20d797303450b7ac5837470 | |
parent | feat(hm/pkgs): Add ytcc (diff) | |
download | nixos-config-97def8c3a530a793eeb5a6a76d89082685598e85.tar.gz nixos-config-97def8c3a530a793eeb5a6a76d89082685598e85.zip |
fix(hm/pkgs/scr/neorg): The id argument to 'fstart' is not optional
Diffstat (limited to '')
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/neorg/neorg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg/neorg index e1100628..f9711d6d 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg +++ b/hm/soispha/pkgs/scripts/wrappers/neorg/neorg @@ -47,7 +47,7 @@ COMMANDS: add Allows you to quickly add projects - fstart [ID] + fstart ID Starts the task (ID) but only after it stooped the previous active task, if it existed. |