Compare commits
No commits in common. "5946c27d5b9f6f425d89ec15b0c3647ddd09565c" and "f22fddbd3e79bb21b63ad9afb557b4fb2d981811" have entirely different histories.
5946c27d5b
...
f22fddbd3e
3 changed files with 8 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
|||
./moonlight.nix
|
||||
./steam.nix
|
||||
./tetrio.nix
|
||||
./yuzu.nix
|
||||
|
||||
];
|
||||
|
||||
|
|
|
@ -3,9 +3,8 @@ lib.mkIf config.desktop.emulation.enable {
|
|||
environment.systemPackages = with pkgs; [
|
||||
melonDS
|
||||
dolphin-emu
|
||||
lime3ds
|
||||
#lime3ds
|
||||
cemu
|
||||
yuzu
|
||||
steam-rom-manager
|
||||
];
|
||||
}
|
||||
|
|
6
modules/default/nixos/desktop/games/yuzu.nix
Normal file
6
modules/default/nixos/desktop/games/yuzu.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
lib.mkIf config.desktop.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
yuzu
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue