.dotfiles/profiles/optional/home/gaming.nix
2024-08-10 16:50:06 +02:00

25 lines
338 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
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
];
}