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
|
./moonlight.nix
|
||||||
./steam.nix
|
./steam.nix
|
||||||
./tetrio.nix
|
./tetrio.nix
|
||||||
./yuzu.nix
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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