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.custom;
let
kodi-with-addons = pkgs.kodi-wayland.withPackages (kodiPkgs: with kodiPkgs; [
with lib.custom; let
kodi-with-addons = pkgs.kodi-wayland.withPackages (kodiPkgs:
with kodiPkgs; [
inputstream-adaptive
bluetooth-manager
]);