redyf / Neve

Neve is a Neovim configuration built with Nixvim, it allows you to use Nix language to manage Neovim plugins/options.
MIT License
152 stars 61 forks source link

How can I install this systemwide in a distro other than NixOS? #74

Closed amalgame21 closed 6 months ago

amalgame21 commented 6 months ago

I am using Arch linux, and I came across nixvim and this repo, it seems very nice to configure neovim in nix way. I know I can run nix run to test this repo, but how can I install it systemwide? I cannot find any tutorials that install flake in distros other that NixOS. Thanks!

redyf commented 6 months ago

Hello amalgame, unfortunately I've never tried nix on other distros so I'm not sure how you'd do that. But there is a pretty good guide in this website: https://tech.aufomm.com/my-nix-journey-use-nix-with-ubuntu/, even though it's for Ubuntu I believe it might help you.