/ applications / unity.nix
unity.nix
1  { config, lib, pkgs, ... }: {
2    home.packages = [ pkgs.unityhub ];
3  }