14 lines
280 B
Nix
14 lines
280 B
Nix
{ fetchFromGameBanana, mkTf2Config, ... }:
|
|
|
|
{
|
|
improved-crosshairs = mkTf2Config {
|
|
pname = "improved-crosshairs";
|
|
custom = [
|
|
(fetchFromGameBanana {
|
|
id = "1047153";
|
|
hash = "sha256-ULcSfxuiGY1YCE1zQ693183F7ZRC11tYhvDMJKyzL1A=";
|
|
})
|
|
];
|
|
};
|
|
}
|