Skip to content

Commit

Permalink
enable steam gamescope
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Jan 3, 2025
1 parent a386b15 commit a7d9aaf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion profiles/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ with inputs; {
# minecraft
mumble
# signal-desktop
# steam
steam
# teams
vlc
# zoom-us
Expand All @@ -58,6 +58,7 @@ with inputs; {
8843
6789
27117
51414
];
networking.firewall.allowedUDPPorts = [
24642
Expand All @@ -68,5 +69,6 @@ with inputs; {
10001
1900
123
51414
];
}
15 changes: 11 additions & 4 deletions profiles/nixos/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,20 @@
# pkgs.authy
pkgs.qt5.qtwayland
pkgs.qgnomeplatform
pkgs.ghostty
# pkgs.lutris
];

# programs.steam = {
# enable = true;
# remotePlay.openFirewall = true;
# };
programs.gamescope = {
enable = true;
#capSysNice = true;
};

programs.steam = {
enable = true;
remotePlay.openFirewall = true;
gamescopeSession.enable = true;
};

programs.wireshark.enable = true;

Expand Down
1 change: 0 additions & 1 deletion profiles/nixos/host.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ pkgs, config, ... }:

{
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];

security = {
Expand Down

0 comments on commit a7d9aaf

Please sign in to comment.