From aa578679521563af96b04ff7b65348606585d997 Mon Sep 17 00:00:00 2001 From: kagura114 Date: Tue, 3 Sep 2024 14:18:10 +0800 Subject: [PATCH] add git --- home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ''; }; }