mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
wrappers/shared: only propagate files when nixvim is enabled
This commit is contained in:
parent
87509bac1f
commit
8f991cc8bc
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ in
|
|||
|
||||
# Propagate extraFiles to the host modules
|
||||
(optionalAttrs (filesOpt != null) (
|
||||
mkIf (!cfg.wrapRc) (
|
||||
mkIf (cfg.enable && !cfg.wrapRc) (
|
||||
setAttrByPath filesOpt (
|
||||
listToAttrs (
|
||||
map (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue