From 08ea39b54b0795eda4aa7f7c6147c2a281e02aef Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 28 Mar 2026 19:56:29 +0700 Subject: [PATCH] change git username --- lib/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/options.nix b/lib/options.nix index 882af83..05563c4 100644 --- a/lib/options.nix +++ b/lib/options.nix @@ -68,7 +68,7 @@ git = { # setup your git author username = "satr14"; # forgejo username server = "https://git.satr14.my.id"; # forgejo server url - user = "Satria"; + user = "satr14"; email = "admin@satr14.my.id"; }; }