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"