From 0a5077d024f2d56289fab38130074d101460cebe Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Mon, 15 Apr 2024 17:55:30 -0700 Subject: [PATCH] git changes --- hosts/goopnet-interface/default.nix | 2 +- modules/software/dev/git.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/goopnet-interface/default.nix b/hosts/goopnet-interface/default.nix index 4e767ed..2abb88b 100755 --- a/hosts/goopnet-interface/default.nix +++ b/hosts/goopnet-interface/default.nix @@ -7,7 +7,7 @@ hm.home.packages = with pkgs; [ # archives - zip xz unzip p7zip + zip xz unzip p7zip zstd # utils ripgrep jq libqalculate # nix diff --git a/modules/software/dev/git.nix b/modules/software/dev/git.nix index 6ae85d8..7a218a5 100644 --- a/modules/software/dev/git.nix +++ b/modules/software/dev/git.nix @@ -17,6 +17,10 @@ in { userEmail = "reidlab325@gmail.com"; ignores = [ + # General + "*.direnv" + "*.envrc" + # OS related ".DS_Store?" ".DS_Store"