feat(bbsteamie): add ryujinx
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-06-30 12:01:18 -04:00
parent b063022753
commit f4473b23b4

View file

@ -89,9 +89,10 @@ in {
type = "Application";
};
environment.systemPackages = [
pkgs.firefox
pkgs.wl-clipboard
environment.systemPackages = with pkgs; [
firefox
ryujinx
wl-clipboard
];
programs = {