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

6
flake.lock generated
View File

@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1637188941,
"narHash": "sha256-4aA5iNVhSDbKjsPeG4n0SvfPQ3sd9ve23b05bVztSq4=",
"lastModified": 1637249535,
"narHash": "sha256-RCatEYQ+uqsZOZpN4ZOtSoO7CJTiQpHNdPjUA0jtejw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d85bf67c48f5c64ca39d3d48375e742e16933f4f",
"rev": "2452979efe92128b03e3c27567267066c2825fab",
"type": "github"
},
"original": {

View File

@@ -94,6 +94,8 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.gnome.gnome-keyring.enable = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave

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 = {