Home manager using up-to-date emacs

This commit is contained in:
Benson Chu 2024-07-21 19:49:51 -05:00
parent 06a0e459fb
commit a06d4cb2e3

View file

@ -1,10 +1,14 @@
{ config, pkgs, ... }:
{ inputs, config, pkgs, ... }:
{
imports = [
./modules
];
nixpkgs.overlays = [
inputs.emacs-overlay.overlays.default
];
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "benson";
@ -91,6 +95,7 @@
};
emacs = {
package = pkgs.emacs-git;
enable = true;
extraPackages = epkgs: with epkgs; [
mu4e