.dotfiles/profiles/common/home/gnome-keyring.nix

6 lines
60 B
Nix

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