{ pkgs, ... }: let mozlz4_textconv = pkgs.substituteAll { src = diff/mozlz4.in; isExecutable = true; inherit (pkgs) execline mozlz4a; }; config = pkgs.substituteAll { src = ./config.in; inherit mozlz4_textconv; python = pkgs.python3; attributesfile = ./attributes; ignorefile = ./ignore; preferLocalBuild = true; }; in { imports = [ ../../xdg ]; environment.systemPackages = with pkgs; with gitAndTools; [ (git.override { svnSupport = true; sendEmailSupport = true; }) git-absorb git-remote-hg ]; users.users.qyliss.xdg.config.paths."git/config" = config; }