dotfiles/home/features/cli/nixvim.nix

8 lines
No EOL
97 B
Nix

{ pkgs, lib, ... }: {
imports = [
<nixvim_import>
];
programs.nixvim.enable = true;
}