From ce19b701046c064a1eb39098d8537b2c4964a86e Mon Sep 17 00:00:00 2001 From: Rosa Date: Tue, 17 Mar 2026 16:21:33 -0400 Subject: start rewrite --- modules/user/desktop/components/fuzzel.nix | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 modules/user/desktop/components/fuzzel.nix (limited to 'modules/user/desktop/components/fuzzel.nix') diff --git a/modules/user/desktop/components/fuzzel.nix b/modules/user/desktop/components/fuzzel.nix deleted file mode 100644 index e4b6ef8..0000000 --- a/modules/user/desktop/components/fuzzel.nix +++ /dev/null @@ -1,30 +0,0 @@ -{ config, ... }: -{ - programs.fuzzel.settings = { - border = { - radius = 0; - width = 2; - }; - - colors = { - background = "1e1e2eff"; - border = "89b4faff"; - input = "cdd6f4ff"; - match = "89b4faff"; - placeholder = "7f849cff"; - prompt = "bac2deff"; - selection = "585b70ff"; - selection-match = "89b4faff"; - selection-text = "cdd6f4ff"; - text = "cdd6f4ff"; - }; - - main = { - dpi-aware = true; - font = "Fira Code:size=6"; - tabs = 4; - terminal = "foot -a '{cmd}' -T '{cmd}' {cmd}"; - use-bold = true; - }; - }; -} -- cgit v1.3.1