summaryrefslogtreecommitdiffstats
path: root/hjem-darwin.nix
diff options
context:
space:
mode:
authorSkullheadx <andrew@andrew-montgomery.dev>2026-06-30 12:43:03 -0400
committerSkullheadx <andrew@andrew-montgomery.dev>2026-06-30 12:43:03 -0400
commit98103d38c525791228da1e3fcbb1021e6c02cfce (patch)
treeb16a801edfb74c60353b75d0b0e0b3de86957477 /hjem-darwin.nix
parentadd more utilities to darwin (diff)
downloadnixos-98103d38c525791228da1e3fcbb1021e6c02cfce.tar.gz
nixos-98103d38c525791228da1e3fcbb1021e6c02cfce.tar.bz2
nixos-98103d38c525791228da1e3fcbb1021e6c02cfce.zip
try git delta
Diffstat (limited to '')
-rw-r--r--hjem-darwin.nix2
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
];
};
}