From 5c9746aa302c084c3ea1bb4534725327d8ad7a4c Mon Sep 17 00:00:00 2001 From: Pei Yang Ching <59727193+horriblename@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:58:02 +0200 Subject: [PATCH] remove TODO --- modules/plugins/ui/borders/borders.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/plugins/ui/borders/borders.nix b/modules/plugins/ui/borders/borders.nix index 8a295fc..3097530 100644 --- a/modules/plugins/ui/borders/borders.nix +++ b/modules/plugins/ui/borders/borders.nix @@ -24,7 +24,6 @@ in { example = ["╔" "═" "╗" "║" "╝" "═" "╚" "║"]; }; - # TODO: make per-plugin borders configurable plugins = let mkPluginStyleOption = name: { enable = mkEnableOption "borders for the ${name} plugin" // {default = cfg.enable;};