nixos-config/modules/home/gaming/default.nix
2024-02-10 14:57:49 +01:00

29 lines
455 B
Nix

{ pkgs, config, inputs, ... }:
{
home.packages = with pkgs;[
## Utils
gamemode
gamescope
winetricks
# inputs.nix-gaming.packages.${pkgs.system}.proton-ge
# inputs.nix-gaming.packages.${pkgs.system}.wine-ge
## Cli games
_2048-in-terminal
vitetris
nethack
## Celeste
celeste-classic
celeste-classic-pm
## Doom
gzdoom
crispy-doom
## Emulation
# cemu
# dolphin-emu
];
}