infrastructure/config/users/kat/gnome/gnome.nix
2022-07-10 13:59:14 -07:00

6 lines
194 B
Nix

{ config, lib, pkgs, ... }: {
home.packages = [ pkgs.pinentry-gnome pkgs.adapta-gtk-theme pkgs.papirus-icon-theme ];
services.gpg-agent = {
pinentryFlavor = lib.mkForce "gnome3";
};
}