footer: Add margin between CCO icons

Treefmt output
This commit is contained in:
Jan Kremer 2025-05-04 12:46:30 +02:00
parent c184aad39e
commit 1f2c1382fa
Signed by: jan
GPG key ID: A7DA689CB3B078EC
7 changed files with 90 additions and 50 deletions

View file

@ -41,6 +41,11 @@
apps = eachSystem (pkgs: {
default = {
type = "app";
meta = {
description = "Build my blog";
homepage = "https://jankremer.eu";
license = nixpkgs.lib.licenses.cc0;
};
program =
(pkgs.writeShellScript "build-website" ''
set -e