fix(homes): Move stremio unfree packages to default.nix

This commit is contained in:
Mohammad Rafiq 2025-07-14 02:35:59 +08:00
parent 3af11b2519
commit ee522765b7
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,9 @@
{ lib, inputs, ... }:
{
allowedUnfreePackages = [
"stremio-shell"
"stremio-server"
];
flake.modules.homeManager.rafiq =
{ pkgs, config, ... }:
let