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"; - }; }