Compare commits
2 commits
f22fddbd3e
...
5946c27d5b
Author | SHA1 | Date | |
---|---|---|---|
|
5946c27d5b | ||
|
bff4b549d3 |
3 changed files with 2 additions and 8 deletions
|
@ -10,7 +10,6 @@
|
|||
./moonlight.nix
|
||||
./steam.nix
|
||||
./tetrio.nix
|
||||
./yuzu.nix
|
||||
|
||||
];
|
||||
|
||||
|
|
|
@ -3,8 +3,9 @@ lib.mkIf config.desktop.emulation.enable {
|
|||
environment.systemPackages = with pkgs; [
|
||||
melonDS
|
||||
dolphin-emu
|
||||
#lime3ds
|
||||
lime3ds
|
||||
cemu
|
||||
yuzu
|
||||
steam-rom-manager
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
lib.mkIf config.desktop.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
yuzu
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue