fix gonme-keyring
This commit is contained in:
parent
0a97130655
commit
c26cc20f57
3 changed files with 9 additions and 10 deletions
|
|
@ -4,6 +4,7 @@
|
|||
home.packages = with pkgs; [
|
||||
seahorse
|
||||
libsecret
|
||||
gnome-keyring
|
||||
];
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
|
|
@ -13,8 +14,8 @@
|
|||
enableSshSupport = true;
|
||||
pinentry.package = pkgs.pinentry-gtk2;
|
||||
};
|
||||
services.gnome-keyring = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
services.gnome.gnome-keyring = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue