fix gonme-keyring

This commit is contained in:
Henri Dohmen 2025-06-01 12:07:45 +02:00
parent 0a97130655
commit c26cc20f57
3 changed files with 9 additions and 10 deletions

View file

@ -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;
};
}