treewide: remove 'with lib;'

This commit is contained in:
Felix Buehler 2025-09-21 18:40:36 +02:00
parent cf54323dc7
commit 78ae241387
53 changed files with 245 additions and 245 deletions

View file

@ -6,8 +6,8 @@ let
port = config.services.bazarr.listenPort;
in
{
options.my.services.bazarr = with lib; {
enable = mkEnableOption "Bazarr for subtitle management";
options.my.services.bazarr = {
enable = lib.mkEnableOption "Bazarr for subtitle management";
apiKeyFile = lib.mkOption {
type = lib.types.path;