{ config, pkgs, ... }: { programs.git = { enable = true; userName = "aethrvmn"; userEmail = "me@aethrvmn.gr"; signing = { key = "2DEC 190B 26C6 188E 5951 66AA 0F0C D756 AA91 0DB6"; signByDefault = true; }; }; }