mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 14:20:23 +01:00
14 lines
331 B
Nix
14 lines
331 B
Nix
{
|
|
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
|
|
];
|
|
}
|