Files
gooberos/modules/gaming/default.nix

20 lines
336 B
Nix
Raw Normal View History

2026-03-30 00:20:36 +02:00
{ pkgs, ... }:
{
imports = [
./nix-ld.nix
./obs.nix
./prismlauncher.nix
./steam.nix
];
environment.systemPackages = with pkgs; [
audacity
blender
ffmpeg
qpwgraph
qsstv
handbrake
wineWow64Packages.waylandFull
2026-04-02 02:43:33 +02:00
winetricks
2026-03-30 00:20:36 +02:00
];
}