flocon/home/desktop/gaming/default.nix

18 lines
250 B
Nix

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