dotfiles/nixcfgs/modules/home/gnome-keyrings.nix

9 lines
105 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
gcr
];
services.gnome-keyring.enable = true;
}