dotfiles/nixcfgs/users/js0ny/packages/gaming.nix
2025-12-14 04:43:06 +00:00

20 lines
387 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
steam
# Steam Adwaita Theme
adwsteamgtk
# All-in-one Steam and Proton Tools
steamtinkerlaunch
# Mimecraft launcher
prismlauncher
# Nintendo Switch Emulator
ryubing
# WiiU Emulator
cemu
# Game launcher and library manager
lutris
# Memory Scanner (Cheat Engine Alt.)
scanmem
];
}