remove steam from rhapsody-in-green

This commit is contained in:
Richie Cahill 2024-06-19 17:25:56 -04:00
parent 72e8ef9480
commit 3bab15ecad
2 changed files with 0 additions and 18 deletions

View File

@ -4,7 +4,6 @@
../../users/richie/global/syncthing_base.nix
../../users/richie/global/zerotier.nix
./hardware.nix
./steam.nix
];
boot = {

View File

@ -1,17 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.steam-run ];
hardware.steam-hardware.enable = true;
programs = {
gamescope.enable = true;
steam = {
enable = true;
remotePlay.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
extraCompatPackages = with pkgs; [ proton-ge-bin ];
gamescopeSession.enable = true;
extest.enable = true;
};
};
}