From 766b17d98d341433f1b1638811f2fd2c6fa4a75f Mon Sep 17 00:00:00 2001 From: fwastring Date: Wed, 4 Jun 2025 14:19:36 +0200 Subject: [PATCH] Added timewarrior --- config/dev.nix | 2 ++ shared/fish.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/config/dev.nix b/config/dev.nix index 2bf037f..9892d7d 100644 --- a/config/dev.nix +++ b/config/dev.nix @@ -10,6 +10,8 @@ }: { environment.systemPackages = with pkgs; [ + timewarrior + argocd gh ngrok diff --git a/shared/fish.nix b/shared/fish.nix index aa977dd..476112b 100644 --- a/shared/fish.nix +++ b/shared/fish.nix @@ -39,6 +39,7 @@ k = "kubectl"; ka = "kubectl apply -f"; e = "nvim"; + t = "timew"; cam = "jira issue create && jira issue assign && jira issue move"; latest = "git log | head -1 | awk '{print $2;}' | xsel -ib"; vpnup = "nmcli con up 'iFacts VPN'";