This commit is contained in:
2026-01-31 01:22:22 -03:00
parent 7e74798b50
commit 30a66212fa
10 changed files with 207 additions and 85 deletions
+2
View File
@@ -45,6 +45,8 @@
adwaita-qt6
winboat
xwayland-satellite
linux-wallpaperengine
## inputs stable
#inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}
+5 -11
View File
@@ -1,26 +1,20 @@
{ config, lib, inputs, pkgs, ... }: {
## configuraçao da steam
programs.steam = {
programs = {
steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
};
nixpkgs.config.allowUnfreePredicate = pkg: lib.elem (lib.getName pkg) [
"steam"
"steam-original"
"steam-unwrapped"
"steam-run"
];
programs = {
};
gamescope.enable = true;
gamemode.enable = true;
};
## Configuraçoes do obs
programs.obs-studio = {