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

View File

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