change files structure

This commit is contained in:
Frost-Phoenix 2024-04-06 14:02:42 +02:00
parent f3a6ce6554
commit 736048f9e5
24 changed files with 28 additions and 31 deletions

27
modules/home/gaming.nix Normal file
View file

@ -0,0 +1,27 @@
{ pkgs, config, inputs, ... }:
{
home.packages = with pkgs;[
## Utils
gamemode
gamescope
winetricks
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
];
}