nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit cfcc4f1ccd39100847a60d104cf04ed1b4ac583a
parent ad6de76c12d04faa7ae47c297bd3016ce63a3a03
Author: Toni Brown <tb148@proton.me>
Date:   Wed, 24 Sep 2025 14:23:52 +0800

changing signing email

Diffstat:
Mhome.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home.nix b/home.nix @@ -19,7 +19,7 @@ home.homeDirectory = "/home/tb148"; home.file.".face.icon".source = ./avatar.png; programs.git.userName = "Toni Brown"; - programs.git.userEmail = "tb148@proton.me"; + programs.git.userEmail = "me@tb148.eu.org"; xdg.userDirs = { enable = true;