Compare commits
No commits in common. "d142e3e745df2e41d4e5437f2e1c80519cd7ee55" and "9ad45bec4c8fe995e40293059d586926c725ef1f" have entirely different histories.
d142e3e745
...
9ad45bec4c
2 changed files with 0 additions and 11 deletions
8
home.nix
8
home.nix
|
|
@ -316,7 +316,6 @@
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitFull;
|
|
||||||
settings = {
|
settings = {
|
||||||
safe = {
|
safe = {
|
||||||
directory = "*";
|
directory = "*";
|
||||||
|
|
@ -327,13 +326,6 @@
|
||||||
user.name = "mehbark";
|
user.name = "mehbark";
|
||||||
user.email = "terezi@pyrope.net";
|
user.email = "terezi@pyrope.net";
|
||||||
commit.gpgsign = darwin;
|
commit.gpgsign = darwin;
|
||||||
|
|
||||||
sendemail = {
|
|
||||||
smtpserver = "smtp.purelymail.com";
|
|
||||||
smtpuser = "terezi@pyrope.net";
|
|
||||||
smtpencryption = "ssl";
|
|
||||||
smtpserverport = 465;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -360,7 +360,4 @@ set autochdir
|
||||||
|
|
||||||
"===== nix ====="
|
"===== nix ====="
|
||||||
autocmd FileType nix :set shiftwidth=2
|
autocmd FileType nix :set shiftwidth=2
|
||||||
|
|
||||||
" Typst autosave
|
|
||||||
autocmd InsertLeave,TextChanged *.typ silent! update
|
|
||||||
''
|
''
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue