Add lazygit config and gnome-keyring
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -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": {
|
||||
|
||||
@@ -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. It‘s perfectly fine and recommended to leave
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user