From 0e1ab4c85c51b337cb31dd381274126a25bd1372 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 16 Dec 2025 21:14:47 +0900 Subject: [PATCH] kommode/gitea: bigger icons --- hosts/kommode/services/gitea/customization/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kommode/services/gitea/customization/default.nix b/hosts/kommode/services/gitea/customization/default.nix index 0a8da60..da2c75b 100644 --- a/hosts/kommode/services/gitea/customization/default.nix +++ b/hosts/kommode/services/gitea/customization/default.nix @@ -42,7 +42,7 @@ in } '' # Bigger icons install -Dm444 "${cfg.package.src}/templates/repo/icon.tmpl" "$out/repo/icon.tmpl" - sed -i -e 's/24/48/g' "$out/repo/icon.tmpl" + sed -i -e 's/24/60/g' "$out/repo/icon.tmpl" ''; in '' install -Dm444 ${logo-svg} ${cfg.customDir}/public/assets/img/logo.svg