12 lines
197 B
Nix
12 lines
197 B
Nix
{
|
|
programs.nixvim.plugins.fidget = {
|
|
enable = true;
|
|
settings = {
|
|
notification = {
|
|
overrideVimNotify = true;
|
|
window = { border = "rounded"; };
|
|
};
|
|
};
|
|
};
|
|
}
|