nvf/plugins/settings/visuals.nix: add fidget-nvim setupOpts

This commit is contained in:
Charlie Root 2024-09-04 07:22:17 +02:00
commit 565b6153ba

View file

@ -8,6 +8,12 @@ _: {
fidget-nvim = { fidget-nvim = {
enable = true; enable = true;
setupOpts = {
notification.window = {
winblend = 0;
border = "none";
};
};
}; };
}; };
}; };