.dotfiles/profiles/optional/home/gaming.nix
2024-11-04 01:07:12 +01:00

24 lines
344 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
stable.lutris
wine
libudev-zero
dwarfs
fuse-overlayfs
# steam
# steam-run
patchelf
gamescope
vulkan-tools
moonlight-qt
ns-usbloader
# gog games installing
heroic
# minecraft
prismlauncher # has overrides
temurin-bin-17
];
}