snowflake/home/programs/editors/neovim/plugins/ui/fidget.nix

9 lines
123 B
Nix
Raw Normal View History

2024-11-01 07:21:24 -04:00
_: {
programs.nixvim.plugins.fidget = {
enable = true;
notification.window = {
winblend = 0;
};
};
}