about summary refs log tree commit diff
path: root/users/grfn/system/home/modules/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/home/modules/emacs.nix')
-rw-r--r--users/grfn/system/home/modules/emacs.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/users/grfn/system/home/modules/emacs.nix b/users/grfn/system/home/modules/emacs.nix
index b7520085f8..e434de8aea 100644
--- a/users/grfn/system/home/modules/emacs.nix
+++ b/users/grfn/system/home/modules/emacs.nix
@@ -43,13 +43,6 @@ in {
         gnutls
       ];
 
-      nixpkgs.overlays = [
-        (import (builtins.fetchTarball {
-          url = "https://github.com/nix-community/emacs-overlay/archive/54afb061bdd12c61bbfcc13bad98b7a3aab7d8d3.tar.gz";
-          sha256 = "0hrbg65d5h0cb0nky7a46md7vlvhajq1hf0328l2f7ln9hznqz6j";
-        }))
-      ];
-
       programs.emacs = {
         enable = true;
         package = pkgs.emacsUnstable;