This commit is contained in:
Melvin Ragusa
2026-02-02 22:12:52 +01:00
parent 93d7809716
commit e92435caee
6 changed files with 24 additions and 100 deletions

View File

@@ -43,20 +43,14 @@
hardware.steam-hardware.enable = true;
# Gaming packages
# NOTE: Game launchers (lutris, heroic, protonup-qt) are in `nix profile`
environment.systemPackages = with pkgs; [
# Game launchers
lutris # Multi-platform game launcher
heroic # Epic Games & GOG launcher
# Proton management
protonup-qt # GUI to manage Proton-GE versions
# Wine for non-Steam games
wineWowPackages.stagingFull # Latest Wine with all features
winetricks # Wine helper scripts
protontricks # Proton helper scripts (like winetricks for Proton)
# Misc gaming utilities
# Gaming utilities (system integration)
gamemode # CLI tool to trigger gamemode
gamescope # Micro-compositor for games (fixes some issues)
];