feat(homes): Move stremio to nixos.nix from default.nix

This commit is contained in:
Mohammad Rafiq 2025-07-14 02:43:31 +08:00
parent 3f10cf6205
commit 7d9efe0b29
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View file

@ -1,9 +1,5 @@
{ lib, inputs, ... }: { lib, inputs, ... }:
{ {
allowedUnfreePackages = [
"stremio-shell"
"stremio-server"
];
flake.modules.homeManager.rafiq = flake.modules.homeManager.rafiq =
{ pkgs, config, ... }: { pkgs, config, ... }:
let let
@ -47,7 +43,6 @@
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
prismlauncher prismlauncher
stremio
tor-browser tor-browser
vlc vlc
]; ];

View file

@ -4,6 +4,8 @@ let
in in
{ {
allowedUnfreePackages = [ allowedUnfreePackages = [
"stremio-shell"
"stremio-server"
"steam" "steam"
"steam-unwrapped" "steam-unwrapped"
]; ];
@ -82,6 +84,7 @@ in
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
wl-clipboard-rs wl-clipboard-rs
stremio
]; ];
sessionVariables = { sessionVariables = {
LAUNCHER = "fuzzel"; LAUNCHER = "fuzzel";