From 50c0fb04d0f2c47755bcad4a03d1acb6753fc2c4 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Wed, 6 Dec 2023 11:25:33 +1300 Subject: [PATCH] add: direnv/nix-derenv --- home/ooks/base/shell/cli/git.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/ooks/base/shell/cli/git.nix b/home/ooks/base/shell/cli/git.nix index 0192520..0510d37 100644 --- a/home/ooks/base/shell/cli/git.nix +++ b/home/ooks/base/shell/cli/git.nix @@ -8,6 +8,8 @@ extraConfig = { gpg."ssh".program = "${pkgs._1password-gui}/bin/op-ssh-sign"; }; + ignores = [ ".direnv" "result" ]; + lfs.enable = true; }; home.packages = with pkgs; [