From d65223e34ef88e0b592239ee468cc43d7d3fe4cb Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 24 May 2023 04:13:56 +0300 Subject: [PATCH] feat(fidget): catppuccin integration --- modules/visuals/config.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, + }, } ''; })