making kaladin more dedicated to gaming

This commit is contained in:
Chris Cochrun 2023-08-18 12:37:24 -05:00
parent 790b30d1c3
commit 72f09da8b3
3 changed files with 21 additions and 9 deletions

19
modules/gaming.nix Normal file
View file

@ -0,0 +1,19 @@
{ pkgs, lib, config, ... }:
with lib;
{
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
airshipper
lutris
protonup-qt
wineWayland
winetricks
gamescope
cemu
yuzu
mangohud
dwarfs
fuse-overlayfs
];
}