mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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
|
# Propagate extraFiles to the host modules
|
||||||
(optionalAttrs (filesOpt != null) (
|
(optionalAttrs (filesOpt != null) (
|
||||||
mkIf (!cfg.wrapRc) (
|
mkIf (cfg.enable && !cfg.wrapRc) (
|
||||||
setAttrByPath filesOpt (
|
setAttrByPath filesOpt (
|
||||||
listToAttrs (
|
listToAttrs (
|
||||||
map (
|
map (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue