Files
nix-config/home/programs/neovim/default.nix

10 lines
76 B
Nix

{
pkgs,
lib,
...
}: {
programs.neovim = {
enable = true;
};
}