diff --git a/home.nix b/home.nix index 86ef0a8..3fa0588 100644 --- a/home.nix +++ b/home.nix @@ -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 ''; }; }