This commit is contained in:
kagura114 2024-09-03 14:18:10 +08:00
parent 502359be51
commit aa57867952

View file

@ -12,13 +12,14 @@ let
git git
eza eza
kitty
fuzzel fuzzel
hyfetch hyfetch
btop btop
vlc vlc
]; ];
nixosOnlyPackages = with pkgs; [ nixosOnlyPackages = with pkgs; [
kitty
# Dev tools # Dev tools
rustup rustup
clang-tools clang-tools
@ -117,6 +118,7 @@ in
initExtra = '' initExtra = ''
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh
[[ ! -f ~/.scripts/github.sh ]] || source ~/.scripts/github.sh
''; '';
}; };
} }