moved yuzu to emulation
This commit is contained in:
parent
bff4b549d3
commit
5946c27d5b
3 changed files with 1 additions and 7 deletions
|
@ -10,7 +10,6 @@
|
||||||
./moonlight.nix
|
./moonlight.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
./tetrio.nix
|
./tetrio.nix
|
||||||
./yuzu.nix
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ lib.mkIf config.desktop.emulation.enable {
|
||||||
dolphin-emu
|
dolphin-emu
|
||||||
lime3ds
|
lime3ds
|
||||||
cemu
|
cemu
|
||||||
|
yuzu
|
||||||
steam-rom-manager
|
steam-rom-manager
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{ lib, config, pkgs, ... }:
|
|
||||||
lib.mkIf config.desktop.enable {
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
yuzu
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue