moved yuzu to emulation

This commit is contained in:
willifan 2025-02-09 16:55:28 +01:00
parent bff4b549d3
commit 5946c27d5b
3 changed files with 1 additions and 7 deletions

View file

@ -10,7 +10,6 @@
./moonlight.nix
./steam.nix
./tetrio.nix
./yuzu.nix
];

View file

@ -5,6 +5,7 @@ lib.mkIf config.desktop.emulation.enable {
dolphin-emu
lime3ds
cemu
yuzu
steam-rom-manager
];
}

View file

@ -1,6 +0,0 @@
{ lib, config, pkgs, ... }:
lib.mkIf config.desktop.enable {
environment.systemPackages = with pkgs; [
yuzu
];
}