summaryrefslogtreecommitdiff
path: root/users/kassouni/wayland/fuzzel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/kassouni/wayland/fuzzel.nix')
-rw-r--r--users/kassouni/wayland/fuzzel.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/users/kassouni/wayland/fuzzel.nix b/users/kassouni/wayland/fuzzel.nix
deleted file mode 100644
index a716b2b..0000000
--- a/users/kassouni/wayland/fuzzel.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- pkgs,
- lib,
- config,
- ...
-}:
-{
- programs.fuzzel = {
- enable = true;
- settings = {
- main = {
- font = lib.mkForce "${config.theme.font.family}:size=${toString config.theme.font.size}";
- };
-
-
-
- border = {
- radius = 0;
- };
- };
- };
-
-}