diff --git a/modules/visuals/config.nix b/modules/visuals/config.nix index 307c7d5..452c0bd 100644 --- a/modules/visuals/config.nix +++ b/modules/visuals/config.nix @@ -103,7 +103,10 @@ in { align = { bottom = ${boolToString cfg.fidget-nvim.align.bottom}, right = ${boolToString cfg.fidget-nvim.align.right}, - } + }, + window = { + blend = 0, + }, } ''; })