mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 05:52:28 +00:00
nix: add github-cli
This commit is contained in:
@@ -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
|
||||||
'';
|
'';
|
||||||
|
Reference in New Issue
Block a user