From 9a93afc6061323d86e7683556396deb1a2dcad79 Mon Sep 17 00:00:00 2001 From: k3t Date: Fri, 13 Mar 2026 01:34:55 -0600 Subject: [PATCH] htpc modifications --- hosts/pi-htpc/configuration.nix | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/hosts/pi-htpc/configuration.nix b/hosts/pi-htpc/configuration.nix index f88f9f8..932ebb2 100755 --- a/hosts/pi-htpc/configuration.nix +++ b/hosts/pi-htpc/configuration.nix @@ -3,7 +3,38 @@ let kodi-with-addons = pkgs.kodi-wayland.withPackages (kodiPkgs: with kodiPkgs; [ inputstream-adaptive + inputstream-ffmpegdirect + inputstream-rtmp + inputstreamhelper bluetooth-manager + vfs-sftp + vfs-rar + vfs-libarchive + urllib3 + upnext + trakt + trakt-module + sponsorblock + invidious + simplecache + libretro + libretro-snes9x + libretro-nestopia + jellycon + archive_tool + joystick + keymap + osmc-skin + jellyfin + visualization-projectm + visualization-goom + visualization-fishbmc + visualization-matrix + visualization-pictureit + visualization-shadertoy + visualization-spectrum + visualization-starburst + visualization-waveform ]); in