Modules/Rofi: Remove obsolete theme option
This commit is contained in:
@ -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";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user