Update emulators list to be under gaming properly
This commit is contained in:
parent
92fbd87119
commit
5a65ab7b78
1 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,14 @@
|
||||||
{ config, lib, pkgs, pkgsUnstable, ... }:
|
{ config, lib, pkgs, pkgsUnstable, ... }:
|
||||||
{
|
{
|
||||||
config = lib.mkIf config.home.desktop.enable {
|
config = lib.mkIf config.home.gaming.enable {
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
cemu
|
cemu
|
||||||
dolphin-emu-beta
|
dolphin-emu-beta
|
||||||
duckstation
|
duckstation
|
||||||
pcsx2
|
pcsx2
|
||||||
ryujinx
|
]) ++ (with pkgsUnstable; [
|
||||||
]) ++ (with pkgsUnstable; [ azahar ]);
|
azahar
|
||||||
|
ryubing
|
||||||
|
]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue