diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index 5ee8b3c..09f47bf 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -4,9 +4,18 @@ home.packages = with pkgs; [ lsd bat - autojump + fd + ripgrep + fzf + tmux + fastfetch ]; + programs.bat = { + enable = true; + theme = "ansi"; + }; + home.file.".zshenv".enable = false; programs.zsh = { enable = true;