home-manager/programs/games: remove unneeded programs

This commit is contained in:
Anthony Rodriguez 2024-12-30 21:51:59 +01:00
parent 4efda26046
commit 9e5f6d2c85
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -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
];
}