git: added gnupg

This commit is contained in:
Charlie Root 2024-07-21 14:37:26 +02:00
commit d64ca1db3b
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,12 @@
{config, ...}: let
{
pkgs,
config,
...
}: let
inherit (config.modules.other.system) username;
in {
home-manager.users.${username} = {
home.packages = with pkgs; [gnupg];
programs.git = {
signing = {
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPiRe9OH/VtWFWyy5QbAVcN7CLxr4zUtRCwmxD6aeN6";