flocon/home/programs/games/default.nix

20 lines
253 B
Nix
Raw Permalink Normal View History

2024-10-14 15:24:05 +00:00
{
pkgs,
inputs,
...
}: {
home.packages = with pkgs; [
protonup-qt
bottles
lutris
path-of-building
r2modman
# steamtinkerlaunch dependencies
xdotool
xorg.xwininfo
yad
];
programs.mangohud.enable = true;
}