summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-22 14:19:59 +0100
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-22 14:19:59 +0100
commit3000da50139ff3b044c5742140bc1ede8e3f4ad6 (patch)
treec20dc0d4851ef2c9163392b9c5441b51a174b85d /machines
parent6043502305e3d5ccc6c537d4ed085d8b2454c5c8 (diff)
fix git and nushell
Diffstat (limited to 'machines')
-rw-r--r--machines/work.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/work.nix b/machines/work.nix
index 1899dcd..b1d9127 100644
--- a/machines/work.nix
+++ b/machines/work.nix
@@ -41,9 +41,11 @@
pkgs.zsh
pkgs.bashInteractive
pkgs.just
+ pkgs.git
];
hm = {
# services.ssh-agent.enable = true;
+ programs.git.enable = mkForce false;
home = {
sessionPath = [
"/opt/homebrew/bin"