switches to homebrew emacs

This commit is contained in:
Dennis Schoepf 2025-09-06 21:40:33 +02:00
parent 4a18dfcdee
commit 9a19833ca6
5 changed files with 2 additions and 71 deletions

View file

@ -25,11 +25,6 @@
nixpkgs.config.allowUnfree = true;
# Overlays
nixpkgs.overlays = [
(import inputs.emacs-overlay)
];
# System Packages
environment.systemPackages = with pkgs; [
git
@ -65,8 +60,6 @@
fnm
imagemagick
restic
# emacs-patched
emacsPgtk
];
# Homebrew
@ -89,6 +82,7 @@
taps = [
"homebrew/services"
"d12frosted/emacs-plus"
];
masApps = {
@ -100,6 +94,7 @@
brews = [
"mas"
"go"
"emacs-plus"
];
casks = [