add stremio

This commit is contained in:
xunuwu 2025-04-09 11:23:31 +02:00
parent 4fc69172a1
commit 8c98f8d386
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [stremio];
}