nix/home/programs/gamer.nix
2026-05-24 13:25:24 +01:00

19 lines
250 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
# Games
airshipper
# luanti
superTuxKart
xonotic
# Helpers
heroic
gamescope
gamemode
mangohud
bs-manager
protontricks
protonup-qt
oversteer
];
}