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'";