feat(bbsteamie): add ryujinx
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
b063022753
commit
f4473b23b4
1 changed files with 4 additions and 3 deletions
|
@ -89,9 +89,10 @@ in {
|
|||
type = "Application";
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.firefox
|
||||
pkgs.wl-clipboard
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
ryujinx
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Reference in a new issue