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

11 lines
146 B
Nix
Raw Normal View History

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