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, ... }:
{
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
];

View file

@ -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";