From c4f02528b355616825eb475ba58b03a4910299d4 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Sun, 18 Sep 2022 11:37:45 -0700 Subject: [PATCH] Changes for custom Emacs config --- nix/home.nix | 1 + nix/modules/git.nix | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/nix/home.nix b/nix/home.nix index 1acf5f8..0c230e0 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -25,6 +25,7 @@ ripgrep tmux fira-code + roboto-mono ]; imports = [ diff --git a/nix/modules/git.nix b/nix/modules/git.nix index 17e0201..5736a93 100644 --- a/nix/modules/git.nix +++ b/nix/modules/git.nix @@ -14,6 +14,10 @@ pull.rebase = true; transfer.fsckobjects = true; credential.helper = "store"; + + # Needed for straight.el bootstrapping + # nongnu-elpa repository has zero padded file modes + fetch.fsck.zeroPaddedFilemode = "warn"; }; ignores = [