Emacs in a separate flake

This commit is contained in:
Andrea Ciceri 2023-02-13 00:19:56 +01:00
parent f187dd631f
commit ca14b97b1f
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
12 changed files with 117 additions and 1058 deletions

View file

@ -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 = {