diff options
author | Leonardo Santiago <[email protected]> | 2025-07-02 11:42:06 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-07-02 11:42:06 -0300 |
commit | e9af51cfb5cab44833227d18de22f9b3600053f9 (patch) | |
tree | 5307a92e0107976f6252b0f887f3a13b7699703e /modules/home/default.nix | |
parent | 4dab2e0cdcb50a4cb54af5cdfd637f4a17ac17b2 (diff) |
chore: add yaml-mode, configure github for magit forge
Diffstat (limited to 'modules/home/default.nix')
-rw-r--r-- | modules/home/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix index 743615a..6493c18 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -34,6 +34,7 @@ in { lfs.enable = true; difftastic.enable = true; extraConfig = { + github.user = "o-santi"; user = { name = "Leonardo Santiago"; email = "[email protected]"; |