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:
parent
5d48d7bd5f
commit
8043e97567
@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@ -21,6 +21,10 @@
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.moonlight-qt
|
||||
];
|
||||
|
||||
modules = {
|
||||
programs = {
|
||||
dev = {
|
||||
|
@ -2,6 +2,7 @@
|
||||
config,
|
||||
lib,
|
||||
self,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -43,6 +44,10 @@
|
||||
# Workaround for label rendering bug in GTK4 with nvidia 470 driver
|
||||
environment.sessionVariables.GSK_RENDERER = "gl";
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.moonlight-qt
|
||||
];
|
||||
|
||||
modules = {
|
||||
programs = {
|
||||
dev = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user