hosts: homes: bazin: migrate 'git.package'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-12-07 14:40:21 +00:00
parent 3a7f4d126d
commit 20ab679542

View file

@ -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;