School: add unity hub
This commit is contained in:
parent
ff7ed8e940
commit
81bb301ee2
2 changed files with 10 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
./idea.nix
|
||||
./vscode.nix
|
||||
./helix.nix
|
||||
./unity.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
9
roles/school/programs/unity.nix
Normal file
9
roles/school/programs/unity.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.toast = {
|
||||
home.packages = [(
|
||||
pkgs.unityhub
|
||||
)];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue