summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index eb5eecd8..24620fcb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,6 +6,7 @@
     darwin.inputs.nixpkgs.follows = "nixpkgs";
     home-manager.url = github:nix-community/home-manager;
     home-manager.inputs.nixpkgs.follows = "nixpkgs";
+    emacs-overlay.url = github:nix-community/emacs-overlay;
   };
 
   outputs = { self, darwin, home-manager, nixpkgs, ... }@attrs: