15 lines
214 B
Nix
15 lines
214 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
bottles
|
|
lutris
|
|
mangohud
|
|
path-of-building
|
|
protonplus
|
|
r2modman
|
|
|
|
# steamtinkerlaunch dependencies
|
|
xdotool
|
|
xorg.xwininfo
|
|
yad
|
|
];
|
|
}
|