Compare commits
2 commits
9ad45bec4c
...
d142e3e745
| Author | SHA1 | Date | |
|---|---|---|---|
| d142e3e745 | |||
| 9a60356dbd |
2 changed files with 11 additions and 0 deletions
8
home.nix
8
home.nix
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -360,4 +360,7 @@ set autochdir
|
|||
|
||||
"===== nix ====="
|
||||
autocmd FileType nix :set shiftwidth=2
|
||||
|
||||
" Typst autosave
|
||||
autocmd InsertLeave,TextChanged *.typ silent! update
|
||||
''
|
||||
|
|
|
|||
Loading…
Reference in a new issue