From 51d567148583323b903e3c0451c2bacdaae31e37 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sun, 10 Mar 2024 20:13:57 -0500 Subject: [PATCH] installed steam --- users/leyla/packages.nix | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/users/leyla/packages.nix b/users/leyla/packages.nix index dc5bdc8..225cf92 100644 --- a/users/leyla/packages.nix +++ b/users/leyla/packages.nix @@ -8,6 +8,12 @@ in ../../overlays/vscodium.nix ]; + 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 + }; + users.users.leyla.packages = lib.mkIf cfg.isNormalUser ( with pkgs; [ #foss platforms @@ -44,19 +50,23 @@ in nextcloud-client # gaming - steam + # steam # emulators + # nintendo yuzu-mainline # Switch Emulator + citra-canary # 3DS emulator + cemu # Wii-U emulator dolphin-emu # GameCube and Wii Emulator desmume # DS Emulator mupen64plus # N64 Emulator zsnes # SNES Emulator vbam # Game Boy Advanced Emulator fceux # NES Emulator + # play station + rpcs3 # PS3 Emulator + #misc stella # Atari 2600 Emulator mame # mame Emulator - - ] ); } \ No newline at end of file