add ryujinx and steam remote play

This commit is contained in:
MFlossmann 2024-08-27 17:56:04 +02:00
parent 551178b73a
commit df9c27be41
2 changed files with 21 additions and 4 deletions

View file

@ -3,6 +3,7 @@
pkgs,
lib,
outputs,
inputs,
...
}: {
imports = [
@ -31,9 +32,16 @@
programs.ssh.askPassword = lib.mkForce "${pkgs.kdePackages.ksshaskpass.out}/bin/ksshaskpass";
environment.systemPackages = [
pkgs.ryujinx
];
myNixOS = {
bundles.general-desktop.enable = true;
bundles.gaming.enable = true;
bundles.gaming = {
enable = true;
remotePlay = true;
};
services.syncthing.enable = true;