Compare commits

..

2 commits

Author SHA1 Message Date
willifan
5946c27d5b moved yuzu to emulation 2025-02-09 16:55:54 +01:00
willifan
bff4b549d3 readded lime3ds 2025-02-09 16:52:29 +01:00
3 changed files with 2 additions and 8 deletions

View file

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

View file

@ -3,8 +3,9 @@ lib.mkIf config.desktop.emulation.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
melonDS melonDS
dolphin-emu dolphin-emu
#lime3ds lime3ds
cemu cemu
yuzu
steam-rom-manager steam-rom-manager
]; ];
} }

View file

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