palette/home-manager/nixvim/nixvim.nix

10 lines
79 B
Nix
Raw Normal View History

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