Update gpg configuration

This commit is contained in:
thiloho
2023-05-25 11:40:57 +02:00
parent 9cfb46eb89
commit 2a0c66c744
3 changed files with 16 additions and 1 deletions

View File

@@ -12,4 +12,12 @@
services.xserver.libinput.enable = true;
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
home-manager.users.thiloho = { pkgs, ... }: {
programs.git = {
signing = {
key = "86C465C22C8A4D56";
};
};
};
}