Files

14 lines
216 B
Nix

{
programs.nixvim.plugins.fidget = {
enable = false;
settings = {
notification = {
overrideVimNotify = true;
window = {
border = "rounded";
};
};
};
};
}