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