nix: add github-cli

This commit is contained in:
Dave Gallant
2020-10-04 22:14:01 -04:00
parent 3db2728992
commit e2715f2fc4

View File

@@ -22,6 +22,7 @@
fzf fzf
gimp gimp
git git
github-cli
glibcLocales glibcLocales
gnumake gnumake
go go
@@ -49,7 +50,6 @@
python38 python38
ripgrep ripgrep
rtv rtv
rustup
shellcheck shellcheck
shfmt shfmt
spotify spotify
@@ -95,6 +95,7 @@
# python # python
python38Packages.ipython python38Packages.ipython
python38Packages.pip python38Packages.pip
python38Packages.poetry
python38Packages.setuptools python38Packages.setuptools
python38Packages.virtualenv python38Packages.virtualenv
black black
@@ -113,6 +114,7 @@
# overlays # overlays
rfd rfd
lpass
]; ];
}; };
@@ -165,6 +167,7 @@
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
eval "$(_RFD_COMPLETE=source_zsh rfd)" eval "$(_RFD_COMPLETE=source_zsh rfd)"
eval "$(starship init zsh)" eval "$(starship init zsh)"
eval "$(jira --completion-script-zsh)"
setopt noincappendhistory setopt noincappendhistory
pfetch pfetch
''; '';