Files
2026-02-20 23:38:41 +01:00

18 lines
231 B
Nix

{ ... }:
{
programs.nixvim = {
plugins = {
notify = {
enable = true;
settings = {
render = "wrapped-compact";
};
};
};
opts = {
termguicolors = true;
};
};
}