From 55420aa02767ab940cc80c919203855f1e409957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Krop=C3=A1=C4=8Dek?= Date: Thu, 19 Jun 2025 08:50:13 +0200 Subject: [PATCH] work from home --- hosts/wenar-nix/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/wenar-nix/home.nix b/hosts/wenar-nix/home.nix index ef2490f..97a6465 100644 --- a/hosts/wenar-nix/home.nix +++ b/hosts/wenar-nix/home.nix @@ -8,6 +8,9 @@ desktop.gnome = { enable = true; }; - programs.git.signing = true; + programs.git = { + work-config = true; + signing = true; + }; }; }