git changes
This commit is contained in:
parent
5a430d59c0
commit
0a5077d024
2 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
hm.home.packages = with pkgs; [
|
hm.home.packages = with pkgs; [
|
||||||
# archives
|
# archives
|
||||||
zip xz unzip p7zip
|
zip xz unzip p7zip zstd
|
||||||
# utils
|
# utils
|
||||||
ripgrep jq libqalculate
|
ripgrep jq libqalculate
|
||||||
# nix
|
# nix
|
||||||
|
|
|
@ -17,6 +17,10 @@ in {
|
||||||
userEmail = "reidlab325@gmail.com";
|
userEmail = "reidlab325@gmail.com";
|
||||||
|
|
||||||
ignores = [
|
ignores = [
|
||||||
|
# General
|
||||||
|
"*.direnv"
|
||||||
|
"*.envrc"
|
||||||
|
|
||||||
# OS related
|
# OS related
|
||||||
".DS_Store?"
|
".DS_Store?"
|
||||||
".DS_Store"
|
".DS_Store"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue