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