feat(git): add git module, set user config

This commit is contained in:
Mohammad Rafiq 2025-07-07 09:47:46 +08:00
parent afa5f72f8f
commit 0c706f4a0b
No known key found for this signature in database
5 changed files with 15 additions and 2 deletions

View file

@ -15,7 +15,7 @@ in
flake.manifest = {
users.rafiq = {
primary = true;
username = "rafiq"; # If we don't set this here we have to do some weird shit
name = "Mohammad Rafiq";
email = "rafiq@rrv.sh";
shell = "fish";
pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdsZyY3gu8IGB8MzMnLdh+ClDxQQ2RYG9rkeetIKq8n rafiq";