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

7 lines
102 B
Nix

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