feat(flake): Use nixvim
This commit is contained in:
parent
34cd265786
commit
c94c4a38df
3 changed files with 105 additions and 184 deletions
|
@ -8,7 +8,7 @@ in
|
|||
];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.nixneovim = {
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
defaultEditor = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue