fix
This commit is contained in:
@@ -23,18 +23,6 @@ in
|
||||
description = "Waybar layer (compat). Prefer layout + feature flags.";
|
||||
};
|
||||
|
||||
modules-right = mkOption {
|
||||
type = listOf str;
|
||||
default = [ ];
|
||||
description = "DEPRECATED: use layout.right.";
|
||||
};
|
||||
|
||||
networkInterface = mkOption {
|
||||
type = str;
|
||||
default = "wlan0";
|
||||
description = "DEPRECATED: use network.interface.";
|
||||
};
|
||||
|
||||
extraModules = mkOption {
|
||||
type = attrs;
|
||||
default = { };
|
||||
@@ -132,6 +120,11 @@ in
|
||||
cpu = mkOption {
|
||||
type = submodule {
|
||||
options = {
|
||||
enable = mkOption {
|
||||
type = bool;
|
||||
default = true;
|
||||
description = "Enable CPU temperature module.";
|
||||
};
|
||||
hwmonPath = mkOption {
|
||||
type = str;
|
||||
default = "/sys/class/hwmon/hwmon4/temp1_input";
|
||||
|
||||
Reference in New Issue
Block a user