1 { config, lib, pkgs, ... }: { 2 programs.neovim = { enable = true; }; 3 home.file.".config/nvim" = { 4 source = ./nvim; 5 recursive = true; 6 }; 7 }