From 80638712cf2882b2d3baa3f3d17ba5ff2e13a3c9 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 31 Dec 2025 01:17:49 -0500 Subject: doing some linting --- options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options.nix') 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; -- cgit v1.2.3-freya