configuration.nix/home/gnome-keyring.nix
2023-04-04 09:41:04 +05:30

3 lines
59 B
Nix

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