diff options
| author | Skullheadx <andrew@andrew-montgomery.dev> | 2026-06-30 12:43:03 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@andrew-montgomery.dev> | 2026-06-30 12:43:03 -0400 |
| commit | 98103d38c525791228da1e3fcbb1021e6c02cfce (patch) | |
| tree | b16a801edfb74c60353b75d0b0e0b3de86957477 /hjem-darwin.nix | |
| parent | add more utilities to darwin (diff) | |
| download | nixos-98103d38c525791228da1e3fcbb1021e6c02cfce.tar.gz nixos-98103d38c525791228da1e3fcbb1021e6c02cfce.tar.bz2 nixos-98103d38c525791228da1e3fcbb1021e6c02cfce.zip | |
try git delta
Diffstat (limited to '')
| -rw-r--r-- | hjem-darwin.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hjem-darwin.nix b/hjem-darwin.nix index ac3bab9..b066259 100644 --- a/hjem-darwin.nix +++ b/hjem-darwin.nix @@ -11,9 +11,11 @@ directory = "/Users/${username}"; files = { ".config/ghostty/config.ghostty".source = ./dotfiles/ghostty/config.ghostty; + ".config/git/config".source = ./dotfiles/git/config; }; packages = with pkgs; [ + delta ]; }; } |
