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