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 = [