Add .bak files to .gitignore and include fish in shell.nix dependencies

This commit is contained in:
Chris Toph 2025-03-12 13:42:03 -04:00
parent 8da83a438a
commit 9ad1e82e6d
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
nixos/modules/nextcloud/nextcloud-admin-pass nixos/modules/nextcloud/nextcloud-admin-pass
.BAK/
*.bak

View file

@ -21,6 +21,7 @@
home-manager home-manager
nh nh
git git
fish
bats # for bash testing bats # for bash testing
; ;
}; };