diff --git a/home/home.nix b/home/home.nix index ce60413..9b86db1 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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