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