mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-21 01:12:50 +01:00
Fixed path filters for neovim config
This commit is contained in:
@@ -23,9 +23,11 @@
|
||||
baseName = baseNameOf name;
|
||||
in
|
||||
! (
|
||||
(lib.hasPrefix "." baseName)
|
||||
(lib.hasPrefix "*/nvim/.*" name)
|
||||
|| (lib.hasPrefix "." baseName)
|
||||
|| (lib.hasPrefix "devenv" baseName)
|
||||
|| (isRoot && (lib.hasSuffix ".toml" baseName || lib.hasSuffix ".yml" baseName))
|
||||
|| (lib.hasSuffix ".toml" baseName)
|
||||
|| (lib.hasSuffix ".yml" baseName)
|
||||
);
|
||||
};
|
||||
target = ".config/nvim";
|
||||
|
||||
Reference in New Issue
Block a user