.dotfiles/profiles/optional/home/gaming.nix
2024-12-23 16:56:59 +01:00

34 lines
488 B
Nix

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