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

10 lines
165 B
Nix

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