This commit is contained in:
alsaiduq-lab 2025-04-01 06:59:41 -06:00
parent 5ef5281dc1
commit 4cea0a966e
3 changed files with 17 additions and 0 deletions

View file

@ -11,6 +11,7 @@
./modules/starship.nix
./modules/zellij.nix
./modules/ffmpeg.nix
./modules/emulators.nix
];
home.username = "cobray";

View file

@ -0,0 +1,15 @@
{pkgs, ...}: {
home.packages = with pkgs; [
mgba
desmume
duckstation
pcsx2
rpcs3
ryujinx
mupen64plus
dolphin-emulator
retroarch
mednafen
joycond
];
}