From acf2afa63a39d34e4f9febc7f640c6c24bd6042c Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Wed, 18 Jun 2025 15:37:14 -0500 Subject: [PATCH] Use the same emacs at work! --- home/users/work.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/home/users/work.nix b/home/users/work.nix index 2768f3b..9d3489d 100644 --- a/home/users/work.nix +++ b/home/users/work.nix @@ -5,10 +5,6 @@ ../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 = "cvs"; @@ -103,13 +99,7 @@ emacs = { enable = true; - package = ( - (pkgs.emacsPackagesFor pkgs.emacs-unstable) - .emacsWithPackages (epkgs: with epkgs; [ - treesit-grammars.with-all-grammars - mu4e - notmuch - ])); + package = pkgs.myEmacs; }; # bash.enable = true; # see note on other shells below