The Blue Update #1

Merged
Jimbo merged 101 commits from Refactor into main 2024-10-25 21:26:22 -04:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 857c8ea289 - Show all commits

View file

@ -7,6 +7,7 @@
../../../modules/home/files
../../../modules/home/settings
../../../modules/home/programs
../../../modules/home/programs/misc/gaming/xash3d
../../../modules/home/sway
../../../modules/home/utils

View file

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