From 9ad1e82e6d0a1a49ae03c7aa14e377bd5a456e47 Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Wed, 12 Mar 2025 13:42:03 -0400 Subject: [PATCH] Add .bak files to .gitignore and include fish in shell.nix dependencies --- .gitignore | 2 ++ shell.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b089446..f690636 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ nixos/modules/nextcloud/nextcloud-admin-pass +.BAK/ +*.bak \ No newline at end of file diff --git a/shell.nix b/shell.nix index 162d4df..d4c1cf4 100644 --- a/shell.nix +++ b/shell.nix @@ -21,6 +21,7 @@ home-manager nh git + fish bats # for bash testing ; };