kholinar: Fix evaluation
All checks were successful
Cachix / build (elendel) (push) Successful in 1m23s
Cachix / build (kholinar) (push) Successful in 2m3s
Cachix / build (marabethia) (push) Successful in 1m27s

This commit is contained in:
Charlotte Van Petegem 2025-01-13 15:12:15 +01:00
parent 85e6d9a73b
commit 79404f0f20
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -2,10 +2,5 @@
{ {
home-manager.users.charlotte.programs.git = lib.mkIf config.chvp.development.git.enable { home-manager.users.charlotte.programs.git = lib.mkIf config.chvp.development.git.enable {
extraConfig.tag.gpgSign = config.chvp.graphical.enable;
signing = {
key = "charlotte@vanpetegem.me";
signByDefault = config.chvp.graphical.enable;
};
}; };
} }