hosts: homes: mousqueton: migrate 'git.package'

This commit is contained in:
Bruno BELANYI 2023-12-07 14:40:15 +00:00
parent afda437f49
commit 3a7f4d126d

View file

@ -4,11 +4,13 @@
# Google specific configuration
home.homeDirectory = "/usr/local/google/home/ambroisie";
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;