home-manager/programs/games: remove unneeded programs
This commit is contained in:
parent
4efda26046
commit
9e5f6d2c85
1 changed files with 2 additions and 18 deletions
|
@ -1,23 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
pkgs.bottles
|
||||
pkgs.mangohud
|
||||
pkgs.protonplus
|
||||
|
||||
# steamtinkerlaunch dependencies
|
||||
pkgs.wget
|
||||
pkgs.xdotool
|
||||
pkgs.xorg.xrandr
|
||||
pkgs.xorg.xprop
|
||||
pkgs.xorg.xwininfo
|
||||
pkgs.xxd
|
||||
pkgs.yad
|
||||
|
||||
inputs.self.packages.${pkgs.system}.bolt-launcher
|
||||
pkgs.bolt-launcher
|
||||
pkgs.ankama-launcher
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue