stream.nix (235B)
1 2 3 4 5 6 7 8 9 10
## Streaming Configuration ## _: { flake.modules.homeManager.stream = {pkgs, ...}: { home.packages = [pkgs.stremio-linux-shell]; home.persist.directories = [ ".stremio-server" ".local/share/stremio" ]; }; }