diff --git a/hosts/homes/ambroisie@bazin/default.nix b/hosts/homes/ambroisie@bazin/default.nix index 193a6af..4490c51 100644 --- a/hosts/homes/ambroisie@bazin/default.nix +++ b/hosts/homes/ambroisie@bazin/default.nix @@ -1,11 +1,13 @@ # Google Cloudtop configuration { lib, pkgs, ... }: { - programs.git.package = lib.mkForce pkgs.emptyDirectory; - services.gpg-agent.enable = lib.mkForce false; my.home = { + git = { + package = pkgs.emptyDirectory; + }; + tmux = { # I use scripts that use the passthrough sequence often on this host enablePassthrough = true;