Converted gpg from nixos module to home module

This commit is contained in:
alejandro-angulo 2024-08-01 21:21:31 -07:00
parent 726ace8ade
commit 92ec5a59fd
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
6 changed files with 46 additions and 48 deletions

View file

@ -13,10 +13,6 @@ in {
config = mkIf cfg.enable {
aa = {
tools = {
gpg.enable = true;
};
apps = {
neovim.enable = true;
};