How to export the home manager config from my own nixvim flake ? #1439
-
Hey, I'm still new to NixOS/Home-manager and I'd like to know of somebody here could here me out. I have my own custom Nixvim config as flake. For now it exports as nvim package but I'd also like to export the home-manager config that way I can import it in my NixOS flake and customize it there too. Does anyone know how can I modify my flake to do so ? Thanks a lot for your help |
Beta Was this translation helpful? Give feedback.
Answered by
MattSturgeon
Apr 20, 2024
Replies: 1 comment 1 reply
-
You don't need to modify your nixvim flake. Instead you can make use of the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
elythh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't need to modify your nixvim flake. Instead you can make use of the
nixvimExtend
function to extend your standalone nixvim in your other config.