.dotfiles/profiles/optional/home/gaming.nix

27 lines
383 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
temurin-bin-17
(prismlauncher.override {
glfw = pkgs.glfw-wayland-minecraft;
})
];
}