From 94683a63aeaf8b02315676a26211034d497f42c8 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 16 May 2024 08:51:58 +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;