diff options
author | Soispha <soispha@vhack.eu> | 2023-12-28 13:58:10 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-28 13:58:10 +0100 |
commit | e628885761de443cc2bd4a618ee100e45603bc40 (patch) | |
tree | 364c496a74f1cbbfce290617465cb673cdfc9a9f /hm/soispha/conf/taskwarrior/default.nix | |
parent | feat(hm/pkgs/scr/neorg): Change the active task and context when opening browser (diff) | |
download | nixos-config-e628885761de443cc2bd4a618ee100e45603bc40.zip |
feat(hm/pkgs/scr/neorg): Add a subcommand to making starting task easier
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/taskwarrior/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/conf/taskwarrior/default.nix b/hm/soispha/conf/taskwarrior/default.nix index ce72feda..4487e360 100644 --- a/hm/soispha/conf/taskwarrior/default.nix +++ b/hm/soispha/conf/taskwarrior/default.nix @@ -89,6 +89,7 @@ alias = { mod = "modify"; n = "execute neorg --task"; + fstart = "execute neorg fstart"; }; color = true; |