chore(unityhub@modules): moved to modules
This commit is contained in:
8
nix/modules/unityhub/home.nix
Normal file
8
nix/modules/unityhub/home.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
unityhub
|
||||
];
|
||||
# so alcom can use it
|
||||
home.file.".local/bin/unityhub".source = "${pkgs.unityhub}/bin/unityhub";
|
||||
}
|
||||
Reference in New Issue
Block a user