feat: added antigravity & freeplane

This commit is contained in:
Pierre Martin
2025-12-24 15:10:16 +01:00
parent 3639d811e1
commit 5e7c653cf2
2 changed files with 4 additions and 1 deletions

View File

@@ -94,7 +94,6 @@
};
shellAliases = {
a = "fasd -a"; # any
s = "fasd -si"; # show / search / select
d = "fasd -d"; # directory
f = "fasd -f"; # file
@@ -122,6 +121,7 @@
gui = "gitui";
htop = "btop";
c = "claude";
a = "antigravity";
};
};
}