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

8 lines
88 B
Nix
Raw Normal View History

2024-08-10 20:30:24 +02:00
{ pkgs, ... }:
{
environment.systemPackages =
(with pkgs; [
mangohud
]);
}