Fix the packages in the overlays
This commit is contained in:
parent
2eba1c95c0
commit
857c8ea289
|
@ -7,6 +7,7 @@
|
||||||
../../../modules/home/files
|
../../../modules/home/files
|
||||||
../../../modules/home/settings
|
../../../modules/home/settings
|
||||||
../../../modules/home/programs
|
../../../modules/home/programs
|
||||||
|
../../../modules/home/programs/misc/gaming/xash3d
|
||||||
../../../modules/home/sway
|
../../../modules/home/sway
|
||||||
../../../modules/home/utils
|
../../../modules/home/utils
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
xash3d = import ./xash3d { inherit pkgs; };
|
xash3d = pkgs.callPackage ./xash3d {};
|
||||||
hlsdk = import ./hlsdk { inherit pkgs; };
|
hlsdk = pkgs.callPackage ./hlsdk {};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue