add unityhub

This commit is contained in:
Frost-Phoenix 2023-11-12 14:55:26 +01:00
parent 6a3f5c6148
commit 83f48e4d9c

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
home.packages = with pkgs; [
unityhub
];
}