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": { "locked": {
"lastModified": 1637188941, "lastModified": 1637249535,
"narHash": "sha256-4aA5iNVhSDbKjsPeG4n0SvfPQ3sd9ve23b05bVztSq4=", "narHash": "sha256-RCatEYQ+uqsZOZpN4ZOtSoO7CJTiQpHNdPjUA0jtejw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d85bf67c48f5c64ca39d3d48375e742e16933f4f", "rev": "2452979efe92128b03e3c27567267066c2825fab",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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

View File

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