2025-02-17 12:53:45 +01:00

8 lines
88 B
Nix

{
keyring = {
services.gnome.gnome-keyring = {
enable = true;
};
};
}