mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-06-05 18:32:02 +01:00
Fixed mistake in nvim config file filter
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
baseName = baseNameOf name;
|
baseName = baseNameOf name;
|
||||||
in
|
in
|
||||||
! (
|
! (
|
||||||
(lib.hasPrefix "*/nvim/.*" name)
|
(lib.hasPrefix "*/nvim/*" name)
|
||||||
|| (lib.hasPrefix "." baseName)
|
|| (lib.hasPrefix "." baseName)
|
||||||
|| (lib.hasPrefix "devenv" baseName)
|
|| (lib.hasPrefix "devenv" baseName)
|
||||||
|| (lib.hasSuffix ".toml" baseName)
|
|| (lib.hasSuffix ".toml" baseName)
|
||||||
|
|||||||
Reference in New Issue
Block a user