This commit is contained in:
Madeleine Sydney
2025-04-02 09:41:40 -06:00
commit e40d152489
13 changed files with 392 additions and 0 deletions

13
tf2/packages/misc.nix Normal file
View File

@@ -0,0 +1,13 @@
{ fetchFromGameBanana, mkTf2Config, ... }:
{
improved-crosshairs = mkTf2Config {
pname = "improved-crosshairs";
custom = [
(fetchFromGameBanana {
id = "1047153";
hash = "sha256-ULcSfxuiGY1YCE1zQ693183F7ZRC11tYhvDMJKyzL1A=";
})
];
};
}