adds patched emacs

This commit is contained in:
Dennis Schoepf 2025-09-06 21:12:48 +02:00
parent d2beef02bc
commit 096fd4c750
3 changed files with 34 additions and 0 deletions

View file

@ -25,6 +25,12 @@
nixpkgs.config.allowUnfree = true;
# Overlays
nixpkgs.overlays = [
(import inputs.emacs-overlay)
(import ../../overlays/emacs-patches.nix)
];
# System Packages
environment.systemPackages = with pkgs; [
git
@ -60,6 +66,7 @@
fnm
imagemagick
restic
emacs-patched
];
# Homebrew