Replies: 2 comments 1 reply
-
Nix is not available for windows yet, you could use NixOS-WSL to have your configuration, also nix can export your config to a docker container using nixos-generators and maybe it will be more interesting. I don't know how you have your configuration, but personally what this guy did in his config is genius, he gave me the idea of being able to build each application in the Unfortunately I am only proposing ideas, but this is what I want to do in my config precisely because of a similar problem. |
Beta Was this translation helpful? Give feedback.
-
I don't have a lot more to add on top of @SergioRibera's answer. |
Beta Was this translation helpful? Give feedback.
-
Hi,
so here is my problem:
On all my personal systems i run nixos wiht nixvim as my main (and only) editor.
At work i HAVE to work on Windows 10 due to some enterprice software that only works in windows.
I would realy like to be able to still use Nvim on that windows machine, but i would like to avoid the work of having to maintain two configs.
thus the questions is:
is there a elegant (and preverable easy) way of extracting the compleat config, with plugins from the nixvim config to install it on a windows machine?
Beta Was this translation helpful? Give feedback.
All reactions