rice/users/buffet/gpg.nix

5 lines
73 B
Nix

{
home-manager.users.buffet = {
programs.gpg.enable = true;
};
}