prompter coloring and theme

This commit is contained in:
Harivansh Rathi 2026-03-30 22:39:20 -04:00
parent b224a23656
commit 4b436bdbfa
8 changed files with 146 additions and 123 deletions

View file

@ -173,7 +173,11 @@ in
Type = "oneshot";
EnvironmentFile = "/etc/forgejo-mirror.env";
};
path = [ pkgs.curl pkgs.jq pkgs.coreutils ];
path = [
pkgs.curl
pkgs.jq
pkgs.coreutils
];
script = ''
set -euo pipefail