Files
nixos-config/modules/home/programs/nixvim/plugins/fidget.nix

12 lines
198 B
Nix

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