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