1 2 3 4 5 6
{ pkgs, ... }: { enable = true; package = pkgs.unstable.neovim-unwrapped; defaultEditor = true; }