diff --git a/modules/servers/tyr/glance.nix b/modules/servers/tyr/glance.nix index 5da1f26..9f1ac73 100644 --- a/modules/servers/tyr/glance.nix +++ b/modules/servers/tyr/glance.nix @@ -299,6 +299,69 @@ } ]; } + { + name = "gaming"; + columns = [ + { + size = "small"; + widgets = [ + { + type = "twitch-top-games"; + limit = 20; + collapse-after = 13; + exclude = [ + "just-chatting" + "pools-hot-tubs-and-beaches" + "music" + "art" + "asmr" + ]; + } + ]; + } + { + size = "full"; + widgets = [ + { + type = "group"; + widgets = [ + { + type = "reddit"; + show-thumbnails = true; + subreddit = "pcgaming"; + } + { + type = "reddit"; + subreddit = "games"; + } + ]; + } + { + type = "videos"; + style = "grid-cards"; + collapse-after-rows = 3; + channels = [ + "UCNvzD7Z-g64bPXxGzaQaa4g" # GameRanx + "UCZ7AeeVbyslLM_8-nVy2B8Q" # Skill Up + "UCHDxYLv8iovIbhrfl16CNyg" # GameLinked + "UC9PBzalIcEQCsiIkq36PyUA" # Digital Foundry + ]; + } + ]; + } + { + size = "small"; + widgets = [ + { + type = "reddit"; + subreddit = "gamingnews"; + limit = 7; + style = "vertical-cards"; + } + ]; + } + ]; + } ]; }; };