mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-11 01:06:19 +02: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
|
fzf
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
|
|
||||||
|
gh # github cli tool
|
||||||
|
|
||||||
# sound
|
# sound
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# plugins = [ "zsh-autosuggestions" "fzf-tab" ];
|
plugins = [ "gh" ];
|
||||||
theme = "agnoster";
|
theme = "agnoster";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue