Gaming: add pcsx2
This commit is contained in:
parent
8699442aba
commit
2eb19d7374
2 changed files with 8 additions and 0 deletions
7
roles/gaming/programs/pcsx2.nix
Normal file
7
roles/gaming/programs/pcsx2.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home-manager.users.toast = {
|
||||
home.packages = with pkgs; [
|
||||
pcsx2
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue