tried stuff out with moonlight, doesnt seem to work

This commit is contained in:
chloe 2025-07-25 16:44:45 +02:00
parent da022b899f
commit f5bab74dfa
5 changed files with 185 additions and 50 deletions

View file

@ -1,9 +1,16 @@
{ config, pkgs, ... }:
{
inputs,
config,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
(discord.override {
withVencord = true;
})
discord.override
{
withMoonlight = true;
moonlight = inputs.moonlight.packages.${pkgs.system}.moonlight;
}
vesktop
];
# screen record support