added moonlight
This commit is contained in:
parent
f9ad973238
commit
2886fed166
2 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
./mangohud.nix
|
||||
./minecraft.nix
|
||||
./moonlight.nix
|
||||
./ROG_Pugio_II_fixes.nix
|
||||
./steam.nix
|
||||
./tetrio.nix
|
||||
|
|
8
users/willifan/desktop/games/moonlight.nix
Normal file
8
users/willifan/desktop/games/moonlight.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.moonlight-qt
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue