{ config, ... }: { programs.fuzzel = { enable = true; settings = { border = { radius = 0; width = 2; }; colors = { background = "1e1e2eff"; border = "f5c2e7ff"; counter = "7f849cff"; input = "cdd6f4ff"; match = "f5c2e7ff"; placeholder = "7f849cff"; prompt = "bac2deff"; selection = "585b70ff"; selection-match = "f5c2e7ff"; selection-text = "cdd6f4ff"; text = "cdd6f4ff"; }; main = { font = "Fira Code:size=11"; terminal = "foot {cmd}"; use-bold = "yes"; }; }; }; }