fix(homes): Move stremio unfree packages to default.nix
This commit is contained in:
parent
3af11b2519
commit
ee522765b7
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
{ lib, inputs, ... }:
|
||||
{
|
||||
allowedUnfreePackages = [
|
||||
"stremio-shell"
|
||||
"stremio-server"
|
||||
];
|
||||
flake.modules.homeManager.rafiq =
|
||||
{ pkgs, config, ... }:
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue