Commit a43a0603dbdf
Changed files (2)
tools/nix-store-analyzer.sh
@@ -6,6 +6,8 @@
# ./nix-store-analyzer.sh # Analyze local machine
# ./nix-store-analyzer.sh host.vpn # Analyze remote host via SSH
# ./nix-store-analyzer.sh user@host # Analyze remote host with specific user
+#
+# shellcheck disable=SC2016,SC2034,SC2046,SC2086
set -euo pipefail
flake.nix
@@ -245,6 +245,8 @@
"dots/\\.config/emacs/transient/.*"
"dots/\\.config/emacs/custom\\.el"
"dots/\\.config/emacs/\\.chatgpt-shell\\.el"
+ "dots/\\.config/emacs/site-lisp/corfu-terminal\\.el"
+ "dots/\\.config/emacs/site-lisp/goose\\.el"
"\\.dir-locals\\.el"
];
};