add moonlight module

This commit is contained in:
Jörg Thalheim
2024-01-12 15:55:53 +01:00
parent d5946b44ed
commit c65f1237fd
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }: {
hardware.opengl.enable = true;
environment.systemPackages = [ pkgs.moonlight-qt ];
}