{ config, lib, pkgs, ... }: { imports = [ ../../home/alex/cli.nix ../../home/alex/services/git-sync ]; config.my.git-sync.enable = true; }