Files
shed/modules/home/programs/nixvim/plugins/fidget.nix
2024-11-08 02:09:20 -05:00

12 lines
179 B
Nix

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