flake/programs/neovim/neovide.nix

7 lines
99 B
Nix

# home-manager module
{
programs.neovide = {
enable = true;
settings.fork = true;
};
}