.dotfiles/profiles/optional/home/gaming.nix
Swarsel ac1d1a24e7
feat: add gaming specialisation
the home-manager aspect of it does not work currently
(packages do not become available when enabled)
2024-12-10 22:50:54 +01:00

29 lines
433 B
Nix

{ pkgs, ... }:
{
# specialisation = {
# gaming.configuration = {
home.packages = with pkgs; [
stable.lutris
wine
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
];
# };
# };
}