2024-10-21 14:09:01 +00:00
|
|
|
{pkgs, ...}: {
|
2024-09-29 21:48:55 +00:00
|
|
|
home.packages = with pkgs; [
|
|
|
|
bottles
|
|
|
|
lutris
|
2024-10-21 14:09:01 +00:00
|
|
|
mangohud
|
2024-09-29 21:48:55 +00:00
|
|
|
path-of-building
|
2024-10-21 14:09:01 +00:00
|
|
|
protonplus
|
2024-09-29 21:48:55 +00:00
|
|
|
r2modman
|
|
|
|
|
|
|
|
# steamtinkerlaunch dependencies
|
|
|
|
xdotool
|
|
|
|
xorg.xwininfo
|
|
|
|
yad
|
|
|
|
];
|
|
|
|
}
|