Add lazygit config and gnome-keyring

This commit is contained in:
2021-11-18 22:19:42 +00:00
parent 88208be878
commit e61b4d0474
3 changed files with 14 additions and 4 deletions

View File

@@ -51,7 +51,6 @@
i3lock
i3utils
iosevka
lazygit
nerdfonts
oh-my-zsh
pavucontrol
@@ -73,6 +72,15 @@
};
programs = {
lazygit = {
enable = true;
settings = {
gui = {
showFileTree = false;
};
};
};
zsh = {
enable = true;
oh-my-zsh = {