feat(greylag): Enable thunderbolt management

My eGPU and dock both need thunderbolt. Enabling bolt will let me permit
them to have access to my system, allowing me to use them.

Change-Id: I5732b54c5786a7dcfcbaaa47af8dcef73ea53ec0
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/732
Reviewed-by: Skyler Grey <minion@clicks.codes>
Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/systems/x86_64-linux/greylag/games/default.nix b/systems/x86_64-linux/greylag/games/default.nix
index 3055a58..122571c 100644
--- a/systems/x86_64-linux/greylag/games/default.nix
+++ b/systems/x86_64-linux/greylag/games/default.nix
@@ -1,3 +1,5 @@
 {
   chimera.games.steam.enable = true;
-}
\ No newline at end of file
+
+  services.hardware.bolt.enable = true;
+}