mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-17 07:52:47 +01:00
13 lines
235 B
Nix
13 lines
235 B
Nix
lib: {
|
|
imports = [
|
|
# TODO: introduced 2025-10-25: remove after 26.05
|
|
(lib.mkRenamedOptionModule
|
|
[
|
|
"plugins"
|
|
"jupytext"
|
|
"python3Dependencies"
|
|
]
|
|
[ "extraPython3Packages" ]
|
|
)
|
|
];
|
|
}
|