mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add ryujinx
This commit is contained in:
parent
ff2ac40926
commit
f1207ea466
5 changed files with 10 additions and 6 deletions
6
modules/linux/desktop-portal/default.nix
Normal file
6
modules/linux/desktop-portal/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [xdg-desktop-portal-hyprland xdg-desktop-portal-gtk];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue