nixos-config/modules/home/unity.nix
2024-04-13 13:32:38 +02:00

5 lines
65 B
Nix

{ pkgs, ... }:
{
home.packages = (with pkgs; [ unityhub ]);
}