mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-03-03 03:28:04 +00:00
Fixed mistake in nvim config file filter
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user