Enable gnome-keyring in home-manager
This commit is contained in:
parent
46919ae952
commit
f431173e0c
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ in
|
|||
programs.home-manager.enable = true;
|
||||
programs.command-not-found.enable = true;
|
||||
|
||||
services.gnome-keyring = {
|
||||
enable = true;
|
||||
components = [ "pkcs11" "ssh" "secrets" ];
|
||||
};
|
||||
|
||||
home.username = "erwin";
|
||||
home.homeDirectory = "/home/erwin";
|
||||
home.sessionVariables = {
|
||||
|
|
Loading…
Reference in a new issue