feat: add ryujinx

This commit is contained in:
Youwen Wu 2024-08-27 20:46:31 -07:00
parent ff2ac40926
commit f1207ea466
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
5 changed files with 10 additions and 6 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
xdg.portal = {
enable = true;
extraPortals = with pkgs; [xdg-desktop-portal-hyprland xdg-desktop-portal-gtk];
};
}