18 lines
252 B
Nix
18 lines
252 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;
|
|
}
|