Fix the packages in the overlays

This commit is contained in:
Jimbo 2024-10-15 02:56:05 -04:00
parent 2eba1c95c0
commit 857c8ea289
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
xash3d = import ./xash3d { inherit pkgs; }; xash3d = pkgs.callPackage ./xash3d {};
hlsdk = import ./hlsdk { inherit pkgs; }; hlsdk = pkgs.callPackage ./hlsdk {};
} }