Emacs in a separate flake
This commit is contained in:
parent
f187dd631f
commit
ca14b97b1f
12 changed files with 117 additions and 1058 deletions
|
@ -23,14 +23,6 @@ in {
|
|||
key = config.email;
|
||||
};
|
||||
|
||||
extraConfig = {
|
||||
url =
|
||||
if pkgs.stdenv.hostPlatform.isDarwin
|
||||
then {}
|
||||
else {
|
||||
"ssh://git@github.com/" = {insteadOf = https://github.com/;};
|
||||
};
|
||||
};
|
||||
delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue