removes overlay

This commit is contained in:
Dennis Schoepf 2025-09-06 21:25:27 +02:00
parent 7d8c45c278
commit 4a18dfcdee
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ config, pkgs, ... }:
{
programs.emacs = {
@ -6,7 +6,7 @@
extraPackages = epkgs: [ epkgs.vterm ];
package = pkgs.emacs-pgtk.overrideAttrs (
package = pkgs.emacs-unstable-pgtk.overrideAttrs (
final: prev: {
# `emacs-28` patches are compatible with `emacs-29`.
#