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;