Use the same emacs at work!
This commit is contained in:
parent
e580d3cc31
commit
acf2afa63a
1 changed files with 1 additions and 11 deletions
|
|
@ -5,10 +5,6 @@
|
||||||
../modules
|
../modules
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
inputs.emacs-overlay.overlays.default
|
|
||||||
];
|
|
||||||
|
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
# manage.
|
# manage.
|
||||||
# home.username = "cvs";
|
# home.username = "cvs";
|
||||||
|
|
@ -103,13 +99,7 @@
|
||||||
|
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = (
|
package = pkgs.myEmacs;
|
||||||
(pkgs.emacsPackagesFor pkgs.emacs-unstable)
|
|
||||||
.emacsWithPackages (epkgs: with epkgs; [
|
|
||||||
treesit-grammars.with-all-grammars
|
|
||||||
mu4e
|
|
||||||
notmuch
|
|
||||||
]));
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# bash.enable = true; # see note on other shells below
|
# bash.enable = true; # see note on other shells below
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue