Add timew

This commit is contained in:
Martin
2026-02-06 17:04:48 +01:00
parent 157adb2654
commit 664ec5613f
4 changed files with 15 additions and 11 deletions

View File

@@ -9,6 +9,7 @@
home.packages = with pkgs; [
# visidata
claude-code
# claude-code
# opencode
];
}

View File

@@ -27,11 +27,14 @@
home.packages = with pkgs; [
taskwarrior-tui
timewarrior
];
home.shellAliases = lib.mkMerge [ {
t = "task";
tt = "taskwarrior-tui";
tw = "timew";
tws = "timew summary :ids";
}
];
}