feat: add ryujinx

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

View file

@ -10,6 +10,7 @@
../../modules/linux/fonts
../../modules/linux/greeter
../../modules/linux/core
../../modules/linux/desktop-portal
../../overlays
apple-silicon.nixosModules.apple-silicon-support

View file

@ -12,6 +12,7 @@
../../modules/linux/greeter
../../modules/linux/core
../../modules/linux/hamachi
../../modules/linux/desktop-portal
../../overlays
catppuccin.nixosModules.catppuccin

View file

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

View file

@ -351,10 +351,4 @@
after_sleep_cmd = "hyprctl dispatch dpms on"; # to avoid having to press a key twice to turn on the display.
};
};
xdg.portal = {
enable = true;
configPackages = [pkgs.xdg-desktop-portal-hyprland];
extraPortals = [pkgs.xdg-desktop-portal-hyprland];
};
}

View file

@ -35,4 +35,6 @@ with pkgs; [
manga-tui
gcc
ryujinx
]