configuration.nix/home/sway/gnome-keyring.nix

5 lines
60 B
Nix

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