add moonlight module
This commit is contained in:
4
clanModules/moonlight.nix
Normal file
4
clanModules/moonlight.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
hardware.opengl.enable = true;
|
||||
environment.systemPackages = [ pkgs.moonlight-qt ];
|
||||
}
|
||||
Reference in New Issue
Block a user