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

@@ -13,6 +13,7 @@ in {
"postman"
"vscode"
"code"
"antigravity"
"google-chrome"
"slack"
@@ -119,6 +120,7 @@ in {
jetbrains-mono
vscode.fhs
antigravity-fhs
unclutter-xfixes
playerctl
@@ -168,6 +170,7 @@ in {
# Perso
nextcloud-client
rclone
freeplane
# calibre
gparted
ticktick

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