2024-08-25 19:58:12 +00:00
|
|
|
{ pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
protonup-qt
|
|
|
|
bottles
|
|
|
|
lutris
|
2024-09-22 10:36:42 +00:00
|
|
|
path-of-building
|
2024-09-08 11:16:14 +00:00
|
|
|
# steamtinkerlaunch dependencies
|
|
|
|
unzip
|
|
|
|
xdotool
|
|
|
|
xorg.xwininfo
|
|
|
|
yad
|
2024-09-09 10:59:02 +00:00
|
|
|
r2modman
|
2024-08-25 19:58:12 +00:00
|
|
|
];
|
2024-08-26 11:18:19 +00:00
|
|
|
programs.mangohud.enable = true;
|
2024-08-25 19:58:12 +00:00
|
|
|
}
|