mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
tried stuff out with moonlight, doesnt seem to work
This commit is contained in:
parent
da022b899f
commit
f5bab74dfa
5 changed files with 185 additions and 50 deletions
|
@ -1,6 +1,18 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
moonlight-client = pkgs.discord.override {
|
||||
withMoonlight = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
moonlight-client
|
||||
inputs.moonlight.packages.${pkgs.system}.moonlight
|
||||
vesktop
|
||||
];
|
||||
# screen record support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue