fix(dregil): Do not use the emacs overlay

This commit is contained in:
Alexander Kobjolke 2025-03-31 22:26:40 +02:00
parent 5aa09155ed
commit 08dc438dab

View file

@ -11,9 +11,6 @@
{
nixpkgs = {
config.allowUnfree = true;
overlays = with inputs; [
emacs.overlay
];
};
home-manager.extraSpecialArgs = { inherit stable; };
}