diff options
Diffstat (limited to 'options.nix')
| -rw-r--r-- | options.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options.nix b/options.nix index 141bf08..5093e8b 100644 --- a/options.nix +++ b/options.nix @@ -5,7 +5,7 @@ }: with lib; let # monitor options - monitorOpts = self: { + monitorOpts = _: { options = { port = mkOption { type = types.str; @@ -71,7 +71,7 @@ with lib; let # theme color options - colorOpts = self: { + colorOpts = _: { options = { name = mkOption { type = types.str; |