feat: Fix improved-crosshairs and allow customisation of alternatives
This commit is contained in:
10
tf2/packages/misc/default.nix
Normal file
10
tf2/packages/misc/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ lib, ... }:
|
||||
|
||||
lib.mapAttrs'
|
||||
(file: _:
|
||||
lib.nameValuePair
|
||||
(lib.removeSuffix ".nix" file)
|
||||
(import ./${file}))
|
||||
(lib.filterAttrs
|
||||
(file: _: lib.hasSuffix ".nix" file && file != "default.nix")
|
||||
(builtins.readDir ./.))
|
||||
Reference in New Issue
Block a user