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

3 lines
59 B
Nix

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