NixOS-Config/home/utils/gnome-keyring/default.nix

4 lines
53 B
Nix

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