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.mkIf config.home.desktop.enable {
|
||||
config = lib.mkIf config.home.gaming.enable {
|
||||
home.packages = (with pkgs; [
|
||||
cemu
|
||||
dolphin-emu-beta
|
||||
duckstation
|
||||
pcsx2
|
||||
ryujinx
|
||||
]) ++ (with pkgsUnstable; [ azahar ]);
|
||||
]) ++ (with pkgsUnstable; [
|
||||
azahar
|
||||
ryubing
|
||||
]);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue