flocon/home/desktop/gaming/default.nix

16 lines
218 B
Nix

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