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

@ -10,10 +10,6 @@
GOPATH = "$HOME/go";
};
home.packages = with pkgs; [
# (aspellWithDicts (dicts: with dicts; [en en-computers en-science]))
];
xdg.enable = true;
imports = [
@ -24,7 +20,6 @@
../modules/wezterm
../modules/nvim
../modules/lazygit
../modules/emacs
];
programs.home-manager.enable = true;