hycov, nerdfonts, some zsh conf

This commit is contained in:
tristan 2024-01-06 04:57:08 +00:00
parent b1c446ebfe
commit fb92731190
8 changed files with 249 additions and 33 deletions

View file

@ -71,6 +71,12 @@ in {
programs.starship.enable = true;
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
history = {
path = "${config.xdg.dataHome}/zsh/zsh_history";
};
defaultKeymap = "vicmd";
autocd = true;
};
services.udiskie = {