Enable gnome keyring in home-manager
This commit is contained in:
parent
32dfd7bc71
commit
27eb896e0a
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,11 @@ in
|
|||
|
||||
services.blueman-applet.enable = bt.enable;
|
||||
|
||||
services.gnome-keyring = {
|
||||
enable = true;
|
||||
components = [ "pkcs11" "ssh" "secrets" ];
|
||||
};
|
||||
|
||||
home.username = "erwin";
|
||||
home.homeDirectory = "/home/erwin";
|
||||
home.sessionVariables = {
|
||||
|
@ -151,6 +156,7 @@ in
|
|||
mpv
|
||||
nomachine-client
|
||||
nordzy-cursor-theme
|
||||
noson
|
||||
pamedia
|
||||
pass
|
||||
povray
|
||||
|
|
Loading…
Reference in a new issue