diff options
Diffstat (limited to 'modules/user/desktop/components/fuzzel.nix')
| -rw-r--r-- | modules/user/desktop/components/fuzzel.nix | 30 |
1 files changed, 0 insertions, 30 deletions
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; - }; - }; -} |
