Added timewarrior

This commit is contained in:
fwastring 2025-06-04 14:19:36 +02:00
parent f6708deead
commit 766b17d98d
2 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,8 @@
}: {
environment.systemPackages = with pkgs; [
timewarrior
argocd
gh
ngrok

View file

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