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, ...}: {
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.bottles
|
|
||||||
pkgs.mangohud
|
pkgs.mangohud
|
||||||
pkgs.protonplus
|
pkgs.bolt-launcher
|
||||||
|
|
||||||
# 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.ankama-launcher
|
pkgs.ankama-launcher
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue