8 lines
123 B
Nix
8 lines
123 B
Nix
_: {
|
|
programs.nixvim.plugins.fidget = {
|
|
enable = true;
|
|
notification.window = {
|
|
winblend = 0;
|
|
};
|
|
};
|
|
}
|