init
This commit is contained in:
13
tf2/packages/misc.nix
Normal file
13
tf2/packages/misc.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ fetchFromGameBanana, mkTf2Config, ... }:
|
||||
|
||||
{
|
||||
improved-crosshairs = mkTf2Config {
|
||||
pname = "improved-crosshairs";
|
||||
custom = [
|
||||
(fetchFromGameBanana {
|
||||
id = "1047153";
|
||||
hash = "sha256-ULcSfxuiGY1YCE1zQ693183F7ZRC11tYhvDMJKyzL1A=";
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user