refactor(nix): remove emacs-overlay
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-05-19 08:04:52 -05:00
parent 634f80826f
commit 193f7d98f5
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 0 additions and 10 deletions

View File

@ -39,10 +39,6 @@
url = "git+https://git.orion-technologies.io/blog/blog";
inputs.nixpkgs.follows = "nixpkgs";
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -89,7 +85,6 @@
nixpkgs.overlays = [
inputs.neovim-nightly-overlay.overlay
inputs.nixgl.overlay
inputs.emacs-overlay.overlays.default
self.overlays.modifications
self.overlays.additions
];

View File

@ -228,11 +228,6 @@ in
programs = {
emacs = {
enable = true;
package = pkgs.emacs-pgtk.overrideAttrs (old: {
passthru = old.passthru // {
treeSitter = true;
};
});
extraPackages = (
epkgs:
(with epkgs; [