feat(homes): Move stremio to nixos.nix from default.nix
This commit is contained in:
parent
3f10cf6205
commit
7d9efe0b29
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue