nixpkgs/home/services.nix
Daniel Siepmann 38b010075f
Migrate GPG to ni / home-manager
Install and configure gpg and gpg-agent.
Add my own public key as a test.
2022-05-30 19:17:10 +02:00

17 lines
244 B
Nix

{ config }:
{
dunst = import ./services/dunst.nix {
inherit config;
};
gpg-agent = import ./services/gpg-agent.nix {
};
languagetool.enable = true;
mailhog.enable = true;
nextcloud-client.enable = true;
}