Fixed mistake in nvim config file filter

This commit is contained in:
2026-01-12 11:54:08 +00:00
parent 5db7b3c3ea
commit 375e0882fe

View File

@@ -23,7 +23,7 @@
baseName = baseNameOf name;
in
! (
(lib.hasPrefix "*/nvim/.*" name)
(lib.hasPrefix "*/nvim/*" name)
|| (lib.hasPrefix "." baseName)
|| (lib.hasPrefix "devenv" baseName)
|| (lib.hasSuffix ".toml" baseName)