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";
|
type = "Application";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.firefox
|
firefox
|
||||||
pkgs.wl-clipboard
|
ryujinx
|
||||||
|
wl-clipboard
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Reference in a new issue