nixos-config/hosts/computer-mo/system-packages/sys.pkg-gaming.nix

17 lines
200 B
Nix
Raw Normal View History

2024-08-10 14:15:06 +02:00
{ pkgs, pkgs-stable, ... }:
{
environment.systemPackages =
(with pkgs; [
mangohud
unigine-valley
unigine-heaven
unigine-tropics
])
++
(with pkgs-stable; [
]);
}