Files
shed/modules/home/programs/nixvim/plugins/fidget.nix
pagedmov 54d1c15823 updated flake inputs, fixed evaluation warnings
removed the neon configuration from the flake
2025-07-14 12:30:10 -04:00

12 lines
197 B
Nix

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