Initial commit (after fork)

This commit is contained in:
Pedro Rey Anca 2024-07-08 18:00:42 +02:00
parent 5ebba8a939
commit 5fe3f69a17
111 changed files with 1428 additions and 1611 deletions

View file

@ -1,17 +1,23 @@
{ pkgs, config, inputs, ... }:
{
home.packages = with pkgs;[
pkgs,
config,
inputs,
...
}: {
home.packages = with pkgs; [
## Utils
# gamemode
# gamescope
# winetricks
# inputs.nix-gaming.packages.${pkgs.system}.wine-ge
## Minecraft
inputs.fjordlauncher.packages.${pkgs.system}.fjordlauncher
## Cli games
_2048-in-terminal
vitetris
nethack
## Celeste
celeste-classic
celeste-classic-pm
@ -23,7 +29,8 @@
## Emulation
sameboy
snes9x
# cemu
# dolphin-emu
cemu
dolphin-emu
ryujinx
];
}