23 lines
335 B
Nix
23 lines
335 B
Nix
{
|
|
inputs,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
home.packages = [
|
|
pkgs.bottles
|
|
pkgs.lutris
|
|
pkgs.mangohud
|
|
pkgs.path-of-building
|
|
pkgs.protonplus
|
|
pkgs.r2modman
|
|
|
|
pkgs
|
|
. # steamtinkerlaunch dependencies
|
|
pkgs
|
|
.xdotool
|
|
pkgs.xorg.xwininfo
|
|
pkgs.yad
|
|
|
|
inputs.self.packages.${pkgs.system}.bolt-launcher
|
|
];
|
|
}
|