Compare commits

...

2 commits

Author SHA1 Message Date
d142e3e745
autosave .typ files 2026-09-09 13:19:16 -04:00
9a60356dbd
git send-email stuff 2026-09-09 13:19:16 -04:00
2 changed files with 11 additions and 0 deletions

View file

@ -316,6 +316,7 @@
programs.git = {
enable = true;
package = pkgs.gitFull;
settings = {
safe = {
directory = "*";
@ -326,6 +327,13 @@
user.name = "mehbark";
user.email = "terezi@pyrope.net";
commit.gpgsign = darwin;
sendemail = {
smtpserver = "smtp.purelymail.com";
smtpuser = "terezi@pyrope.net";
smtpencryption = "ssl";
smtpserverport = 465;
};
};
};

View file

@ -360,4 +360,7 @@ set autochdir
"===== nix ====="
autocmd FileType nix :set shiftwidth=2
" Typst autosave
autocmd InsertLeave,TextChanged *.typ silent! update
''