making kaladin more dedicated to gaming
This commit is contained in:
parent
790b30d1c3
commit
72f09da8b3
3 changed files with 21 additions and 9 deletions
19
modules/gaming.nix
Normal file
19
modules/gaming.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue