aboutsummaryrefslogtreecommitdiff
path: root/user/wm/fuzzel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/wm/fuzzel.nix')
-rw-r--r--user/wm/fuzzel.nix32
1 files changed, 0 insertions, 32 deletions
diff --git a/user/wm/fuzzel.nix b/user/wm/fuzzel.nix
deleted file mode 100644
index 1063f04..0000000
--- a/user/wm/fuzzel.nix
+++ /dev/null
@@ -1,32 +0,0 @@
-{ 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";
- };
- };
- };
-}