added gaming module

This commit is contained in:
kenji
2025-07-02 19:28:47 -05:00
parent e1de9403e4
commit 27cc1641f2
5 changed files with 18 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
{
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
}
+2 -2
View File
@@ -11,8 +11,8 @@
];
programs.hyprland = {
enable = true;
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
# portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
hardware = {
graphics.enable = true;