nixos-config/packages/pkg-gaming.nix

17 lines
200 B
Nix
Raw Normal View History

2024-08-04 19:06:02 +02:00
{ pkgs, pkgs-stable, ... }:
2024-08-03 13:43:50 +02:00
{
environment.systemPackages =
(with pkgs; [
mangohud
unigine-valley
unigine-heaven
unigine-tropics
])
++
(with pkgs-stable; [
]);
}