add git
This commit is contained in:
parent
502359be51
commit
aa57867952
1 changed files with 3 additions and 1 deletions
4
home.nix
4
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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue