From 44d24230d4b14e9261789717f0c1089db3e7bad1 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 6 Sep 2024 16:27:48 +0200 Subject: [PATCH] fix: put correct git informations to work account --- hosts/yorick-Latitude-7320/home-config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/yorick-Latitude-7320/home-config.nix b/hosts/yorick-Latitude-7320/home-config.nix index 79a156b..64cf455 100644 --- a/hosts/yorick-Latitude-7320/home-config.nix +++ b/hosts/yorick-Latitude-7320/home-config.nix @@ -2,11 +2,16 @@ config.modules = { application = { zathura.enable = true; + foot.enable = true; }; cli = { neovim.enable = true; vifm.enable = true; zsh.enable = true; + git = { + enable = true; + userEmail = "ybarbanneau@sellsy.com"; + }; }; video = { kdenlive.enable = false;