diff --git a/nix/homes/rafiq/desktop/default.nix b/nix/homes/rafiq/desktop/default.nix index bec9118..1027c4b 100644 --- a/nix/homes/rafiq/desktop/default.nix +++ b/nix/homes/rafiq/desktop/default.nix @@ -1,9 +1,5 @@ { lib, inputs, ... }: { - allowedUnfreePackages = [ - "stremio-shell" - "stremio-server" - ]; flake.modules.homeManager.rafiq = { pkgs, config, ... }: let @@ -47,7 +43,6 @@ home = { packages = with pkgs; [ prismlauncher - stremio tor-browser vlc ]; diff --git a/nix/homes/rafiq/desktop/nixos.nix b/nix/homes/rafiq/desktop/nixos.nix index 70cf13e..19a70f0 100644 --- a/nix/homes/rafiq/desktop/nixos.nix +++ b/nix/homes/rafiq/desktop/nixos.nix @@ -4,6 +4,8 @@ let in { allowedUnfreePackages = [ + "stremio-shell" + "stremio-server" "steam" "steam-unwrapped" ]; @@ -82,6 +84,7 @@ in home = { packages = with pkgs; [ wl-clipboard-rs + stremio ]; sessionVariables = { LAUNCHER = "fuzzel";