From abb1c95ba2698833247191300b2943a94a14dc96 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 13 Mar 2026 03:17:35 +0100 Subject: modules/ly: Don't enable for the nixos_shell --- modules/by-name/ly/ly/module.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/by-name') diff --git a/modules/by-name/ly/ly/module.nix b/modules/by-name/ly/ly/module.nix index 6d9a2d0a..376f6e61 100644 --- a/modules/by-name/ly/ly/module.nix +++ b/modules/by-name/ly/ly/module.nix @@ -10,13 +10,13 @@ { lib, config, - libraries, + pkgs, ... }: let - cfg = config.soispha.services.ly; + cfg = config.soispha.programs.ly; in { - options.soispha.services.ly = { - enable = libraries.base.options.mkEnable "ly"; + options.soispha.programs.ly = { + enable = lib.mkEnableOption "ly"; batteryName = lib.mkOption { type = lib.types.nullOr lib.types.str; -- cgit 1.4.1