flocon/home/programs/games/default.nix

16 lines
237 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = with pkgs; [
protonup-qt
bottles
lutris
path-of-building
r2modman
# steamtinkerlaunch dependencies
xdotool
xorg.xwininfo
yad
];
programs.mangohud.enable = true;
}