summaryrefslogtreecommitdiff
path: root/common/programs/neovim.nix
blob: f64c706c2849afa43f9f1cf497940868a244de7c (plain)
1
2
3
4
5
6
{ pkgs, ... }:
{
	enable = true;
	package = pkgs.unstable.neovim-unwrapped;
	defaultEditor = true;
}