{ ... }: { imports = [ ./ssh.nix ./shell ]; programs.git = { enable = true; userName = "Evie Litherland-Smith"; delta.enable = true; extraConfig = { pull = { rebase = false; }; }; }; }