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, ... }:
|
||||
{
|
||||
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
|
||||
];
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue