1

Modules/Rofi: Remove obsolete theme option

This commit is contained in:
2025-07-20 00:42:37 +02:00
parent 60d2bec966
commit 20af4590b0

View File

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