diff --git a/home/common.nix b/home/common.nix index 2156be7..8cfe5a1 100644 --- a/home/common.nix +++ b/home/common.nix @@ -50,7 +50,8 @@ merge.tool = "vimdiff"; core.excludesfile = toString ( pkgs.writeText ".gitignore_global" '' - # Direnv stuff + # Direnv stuff # + ################ .direnv .envrc # Editor files # @@ -58,6 +59,9 @@ *~ *.swp *.swo + # macOS foo # + ############# + .DS_Store '' ); core.whitespace = "-blank-at-eol,blank-at-eof,space-before-tab";