chore(unityhub@modules): moved to modules
This commit is contained in:
3
nix/modules/unityhub/default.nix
Normal file
3
nix/modules/unityhub/default.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
_: {
|
||||||
|
home = ./home.nix;
|
||||||
|
}
|
||||||
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