From 16896d0b37f9b79e5294c2571e6b649760a5fae0 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 27 Mar 2025 14:57:19 +0100 Subject: [PATCH] add awesome wallpapers Former-commit-id: 3fbc9691b5b2ba13e93aa607779d6d83011211ad --- server-modules/glance.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server-modules/glance.nix b/server-modules/glance.nix index dc16d5a..13c5674 100644 --- a/server-modules/glance.nix +++ b/server-modules/glance.nix @@ -179,6 +179,12 @@ in { pull-requests-limit = 5; issues-limit = 3; } + { + type = "repository"; + repository = "anotherhadi/awesome-wallpapers"; + pull-requests-limit = 5; + issues-limit = 3; + } { type = "hacker-news"; } ]; }