This commit is contained in:
joy 2024-10-11 01:29:53 +02:00
parent 759019bfeb
commit fbd4f0326a
2 changed files with 6 additions and 0 deletions

View file

@ -3,5 +3,6 @@
./suyu ./suyu
./norisk ./norisk
./steam ./steam
./emulator
]; ];
} }

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
cemu
];
}