staging
This commit is contained in:
parent
5ef5281dc1
commit
4cea0a966e
3 changed files with 17 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
./modules/starship.nix
|
||||
./modules/zellij.nix
|
||||
./modules/ffmpeg.nix
|
||||
./modules/emulators.nix
|
||||
];
|
||||
|
||||
home.username = "cobray";
|
||||
|
|
|
|||
15
home-manager/modules/emulators.nix
Normal file
15
home-manager/modules/emulators.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
mgba
|
||||
desmume
|
||||
duckstation
|
||||
pcsx2
|
||||
rpcs3
|
||||
ryujinx
|
||||
mupen64plus
|
||||
dolphin-emulator
|
||||
retroarch
|
||||
mednafen
|
||||
joycond
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue