added moonlight

This commit is contained in:
willifan 2024-08-31 10:50:31 +02:00
parent f9ad973238
commit 2886fed166
2 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,7 @@
./mangohud.nix
./minecraft.nix
./moonlight.nix
./ROG_Pugio_II_fixes.nix
./steam.nix
./tetrio.nix

View File

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.moonlight-qt
];
}