neovim: treeformat compliance

This commit is contained in:
Serĉanto de Scio 2022-03-18 14:33:16 +10:00
parent 74865911dc
commit c42ab5ae8f
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -1,8 +1,7 @@
{pkgs, ...}: {
environment.variables = {EDITOR = "vim";};
environment.systemPackages = with pkgs;
[
environment.systemPackages = with pkgs; [
(neovim.override {
vimAlias = true;
configure = {