obsidian, zed

This commit is contained in:
js0ny 2025-11-20 21:32:35 +00:00
parent 42beae4b0a
commit f68ac5a89a
10 changed files with 386 additions and 8 deletions

View file

@ -1,5 +1,4 @@
{...}: {
catppuccin.starship.enable = false;
programs.starship = {
enable = true;
enableBashIntegration = true;
@ -7,5 +6,12 @@
enableFishIntegration = true;
enableNushellIntegration = true;
enableIonIntegration = true;
settings = {
character = {
success_symbol = "[[󰄛](green) ](peach)";
error_symbol = "[[󰄛](red) ](peach)";
vimcmd_symbol = "[󰄛 ](subtext1)"; # For use with zsh-vi-mode
};
};
};
}