This commit is contained in:
Miguel Palhas
2025-12-10 17:58:27 +00:00
parent 746487377e
commit 900a963c79
4 changed files with 39 additions and 125 deletions
+2 -2
View File
@@ -26,9 +26,9 @@
"Bash(chmod:*)",
"Bash(mkdir:*)",
"Bash(kitty @ set-tab-title:*)"
],
"defaultMode": "acceptEdits"
]
},
"defaultMode": "acceptEdits",
"feedbackSurveyState": {
"lastShownTime": 1754052643456
},
+1
View File
@@ -28,6 +28,7 @@
lsof
ktlint
croc
claude-code
# typst
typst
+1 -3
View File
@@ -59,12 +59,10 @@
];
initContent = ''
# asdf-vm
. "$HOME/.nix-profile/share/asdf-vm/asdf.sh"
[[ -f ~/.secrets.zsh ]] && source ~/.secrets.zsh
export PATH="$HOME/.bin:$PATH"
export PATH="''${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
export FOUNDRY_DISABLE_NIGHTLY_WARNING=true
export LD_LIBRARY_PATH=${pkgs.icu}/lib:${pkgs.stdenv.cc.cc.lib}/lib:$LD_LIBRARY_PATH