Files
2026-08-05 17:05:44 +02:00

6 lines
91 B
Nix

{
flake.modules.homeManager.keyring = {
services.gnome-keyring.enable = true;
};
}