From e2715f2fc4167bffca71724ca1294bde54c614e9 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 4 Oct 2020 22:14:01 -0400 Subject: [PATCH] nix: add github-cli --- .config/nixpkgs/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/nixpkgs/home.nix b/.config/nixpkgs/home.nix index c095cbe..0e74221 100644 --- a/.config/nixpkgs/home.nix +++ b/.config/nixpkgs/home.nix @@ -22,6 +22,7 @@ fzf gimp git + github-cli glibcLocales gnumake go @@ -49,7 +50,6 @@ python38 ripgrep rtv - rustup shellcheck shfmt spotify @@ -95,6 +95,7 @@ # python python38Packages.ipython python38Packages.pip + python38Packages.poetry python38Packages.setuptools python38Packages.virtualenv black @@ -113,6 +114,7 @@ # overlays rfd + lpass ]; }; @@ -165,6 +167,7 @@ eval "$(direnv hook zsh)" eval "$(_RFD_COMPLETE=source_zsh rfd)" eval "$(starship init zsh)" + eval "$(jira --completion-script-zsh)" setopt noincappendhistory pfetch '';