Add timew
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# visidata
|
||||
claude-code
|
||||
# claude-code
|
||||
# opencode
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user