moves from emacs-patch overlay to home manager emacs

This commit is contained in:
Dennis Schoepf 2025-09-06 21:22:33 +02:00
parent 675795b680
commit 7d8c45c278
3 changed files with 46 additions and 26 deletions

View file

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