From 20af4590b01f2f5b35904d3ee7138b4cc5b495fb Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 20 Jul 2025 00:42:37 +0200 Subject: [PATCH] Modules/Rofi: Remove obsolete theme option --- home/modules/rofi/options.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/home/modules/rofi/options.nix b/home/modules/rofi/options.nix index 7bf201ec..7d239396 100644 --- a/home/modules/rofi/options.nix +++ b/home/modules/rofi/options.nix @@ -6,10 +6,4 @@ with lib; with mylib.modules; { enable = mkEnableOption "Rofi"; - - theme = mkOption { - type = types.str; - example = "Three-Bears"; - description = "Color theme to use"; - }; }