summaryrefslogtreecommitdiff
path: root/options.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--options.nix4
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;