removed gaming directory

This commit is contained in:
Aly Raffauf 2024-03-01 10:25:13 -05:00
parent 0acab766a8
commit 460c18792b
2 changed files with 5 additions and 18 deletions

View file

@ -1,18 +0,0 @@
{ config, pkgs, ... }:
{
# List packages installed in system profile. To search, run:
# $ nix search wget
# environment.systemPackages = with pkgs; [
# ];
# users.users.aly.packages = with pkgs; [
# #heroic
# # openrct2
# ];
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
};
}

View file

@ -5,4 +5,9 @@
"com.valvesoftware.Steam"
];
hardware.steam-hardware.enable = true;
# programs.steam = {
# enable = true;
# remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
# dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
# };
}