diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-10-19 17:30:24 +0000 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-10-19 17:30:24 +0000 |
| commit | 62c02a6e17080eb4bde2d09982ab934dc8bbc750 (patch) | |
| tree | 976a25b1bc34c48224306b3db49a0cf0e5926433 /profiles/core | |
| parent | 914b52c618c263be0f22a50f91fa870f6cf717e4 (diff) | |
switch to lua again...
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/git.nix | 6 | ||||
| -rw-r--r-- | profiles/core/neovim.nix | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/profiles/core/git.nix b/profiles/core/git.nix index a09552f..f651f65 100644 --- a/profiles/core/git.nix +++ b/profiles/core/git.nix @@ -19,7 +19,7 @@ with lib; { }; includes = let - no-reply-email = { + gh-no-reply-email = { user = { email = "59492084+ivi-vink@users.noreply.github.com"; }; @@ -27,11 +27,11 @@ with lib; { in [ { condition = "hasconfig:remote.*.url:git@github.com:**/**"; - contents = no-reply-email; + contents = gh-no-reply-email; } { condition = "hasconfig:remote.*.url:https://github.com/**/**"; - contents = no-reply-email; + contents = gh-no-reply-email; } ]; diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index a9be1c4..9e32c93 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -90,10 +90,9 @@ cmp_luasnip # trying out lisp - # conjure + conjure vim-racket nvim-parinfer - hotpot-nvim ]; }; }; |
