dotfiles/modules/cli/gpg.nix

6 lines
96 B
Nix

{ config, lib, pkgs, ... }:
{
home-manager.users.moritz.programs.gpg = { enable = true; };
}