Add TobWork configuration
This commit is contained in:
parent
ee29703615
commit
37908b5948
3 changed files with 39 additions and 35 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{email}: {pkgs, ...}: {
|
||||
home.file.".emacs.d/early-init.el".source = ../config/emacs/early-init.el;
|
||||
home.file.".emacs.d/tree-sitter/libtree-sitter-swift.dylib".source = ../config/emacs/tree-sitter/libtree-sitter-swift.dylib;
|
||||
home.file.".clojure/deps.edn".source = ../config/clojure/deps.edn;
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
git = {
|
||||
enable = true;
|
||||
userName = "Tobias Ostner";
|
||||
userEmail = "tobias.ostner@gmail.com";
|
||||
userEmail = email;
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue