mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +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,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue