Skyler Grey | a4203e8 | 2023-01-26 00:44:59 +0000 | [diff] [blame] | 1 | { pkgs, username, ... }: { |
| 2 | home.home.packages = [ pkgs.unityhub ]; |
| 3 | config = { |
| 4 | internal.allowUnfree = [ "unityhub" ]; |
| 5 | environment.persistence."/large/persist".users.${username}.directories = |
| 6 | [ ".config/UnityHub" ]; |
| 7 | }; |
| 8 | } |