mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
added github cli
This commit is contained in:
parent
11a17d6794
commit
e366f02180
|
@ -21,6 +21,8 @@
|
|||
fzf
|
||||
powerline-fonts
|
||||
|
||||
gh # github cli tool
|
||||
|
||||
# sound
|
||||
pavucontrol
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
# plugins = [ "zsh-autosuggestions" "fzf-tab" ];
|
||||
plugins = [ "gh" ];
|
||||
theme = "agnoster";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue