Formatting

This commit is contained in:
Aleksandr Lebedev 2025-11-28 16:48:54 +01:00
parent f18a3e31d4
commit e04b85ae01

View file

@ -12,9 +12,9 @@
... ...
}: }:
with lib; with lib;
with lib.custom; with lib.custom; let
let kodi-with-addons = pkgs.kodi-wayland.withPackages (kodiPkgs:
kodi-with-addons = pkgs.kodi-wayland.withPackages (kodiPkgs: with kodiPkgs; [ with kodiPkgs; [
inputstream-adaptive inputstream-adaptive
bluetooth-manager bluetooth-manager
]); ]);