{pkgs, ...}: { programs.nixvim = { enable = true; } // import ./config.nix pkgs; }