summaryrefslogtreecommitdiff
path: root/home-manager/features/cli/apps
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/features/cli/apps')
-rw-r--r--home-manager/features/cli/apps/khal.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/home-manager/features/cli/apps/khal.nix b/home-manager/features/cli/apps/khal.nix
index 0f94499..9135d8a 100644
--- a/home-manager/features/cli/apps/khal.nix
+++ b/home-manager/features/cli/apps/khal.nix
@@ -16,10 +16,12 @@ in {
kc = "khal calendar";
ke = "khal edit";
ki = "khal interactive";
- kl = "khal list";
kn = "khal new";
kp = "khal printcalendars";
ks = "khal search";
+ kl = "khal list";
+ klw = "khal list today 7d";
+ klm = "khal list today 30d";
};
home.file."khal-config" = {
target = ".config/khal/config";