mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
added github cli
This commit is contained in:
parent
11a17d6794
commit
e366f02180
2 changed files with 3 additions and 1 deletions
|
@ -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