nixos/modules/home/services.nix
2024-08-19 21:08:09 -04:00

6 lines
93 B
Nix

{
services.gnome-keyring = {
enable = true;
components = ["secrets" "ssh"];
};
}