all repos — nixfiles @ de6fddc047166bcc69c3b0b9b4213559591c27a9

System and user configuration, managed by nix and home-manager

Move emacs-overlay to flake input

Alan Pearce
commit

de6fddc047166bcc69c3b0b9b4213559591c27a9

parent

6fa2c76f8ab839c4473e60822710b4fa7c378f9d

1 file changed, 0 insertions(+), 5 deletions(-)

changed files
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -34,11 +34,6 @@ {
imports = [ ../modules/eshell.nix ]; - nixpkgs.overlays = [ - (import (builtins.fetchTarball { - url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; - })) - ]; programs.emacs = { enable = true;