feat: gaming - gamemode + stream

This commit is contained in:
Ryan Yin
2024-01-22 22:00:14 +08:00
parent 9843ea9db5
commit 40921d4199
10 changed files with 205 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
{
pkgs,
nix-gaming,
...
}: {
home.packages = with pkgs; [
# nix-gaming.packages.${pkgs.system}.osu-lazer-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
];
}