refactor: steam (#217)

This commit is contained in:
Ryan Yin
2025-08-22 16:16:35 +08:00
committed by GitHub
parent 7a1a9644c6
commit 8e356dd6fc
6 changed files with 59 additions and 138 deletions

View File

@@ -1,13 +0,0 @@
{
pkgs,
nix-gaming,
...
}:
{
home.packages = with pkgs; [
# nix-gaming.packages.${pkgs.system}.osu-laser-bin
gamescope # SteamOS session compositing window manager
prismlauncher # A free, open source launcher for Minecraft
winetricks # A script to install DLLs needed to work around problems in Wine
];
}