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; [
|
||||
# archives
|
||||
zip xz unzip p7zip
|
||||
zip xz unzip p7zip zstd
|
||||
# utils
|
||||
ripgrep jq libqalculate
|
||||
# nix
|
||||
|
|
|
@ -17,6 +17,10 @@ in {
|
|||
userEmail = "reidlab325@gmail.com";
|
||||
|
||||
ignores = [
|
||||
# General
|
||||
"*.direnv"
|
||||
"*.envrc"
|
||||
|
||||
# OS related
|
||||
".DS_Store?"
|
||||
".DS_Store"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue