Add hermes
Check Flake / check-flake (push) Successful in 7m12s

This commit is contained in:
2026-06-03 13:21:22 -07:00
parent 87082709e0
commit d5f1caab65
9 changed files with 306 additions and 1 deletions
+8
View File
@@ -16,6 +16,14 @@
programs.starship.enableFishIntegration = true;
programs.starship.settings.container.disabled = true;
# Land in ~/workspace on interactive login. Skipped if the dir doesn't exist
# (e.g. before the bind mount is wired) so we don't error on shell startup.
programs.fish.loginShellInit = ''
if test -d $HOME/workspace
cd $HOME/workspace
end
'';
# Basic command-line tools
programs.btop.enable = true;
programs.ripgrep.enable = true;