helios,hypnos: add moonlight-qt
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m51s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m51s
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@ -21,6 +21,10 @@
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.moonlight-qt
|
||||
];
|
||||
|
||||
modules = {
|
||||
programs = {
|
||||
dev = {
|
||||
|
Reference in New Issue
Block a user