Move packages out of systemPackages and into the emacs_full package.
This commit is contained in:
parent
3baf18f435
commit
9976e232e6
@ -49,16 +49,13 @@ in
|
||||
plainmacs
|
||||
e_shorthand
|
||||
emacs_full
|
||||
clang # To compile tree-sitter grammars
|
||||
nixd # nix language server
|
||||
nixfmt-rfc-style # auto-formatting nix files through nixd
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
emacs_full = pkgs.buildEnv {
|
||||
name = "emacs_full";
|
||||
paths = with pkgs; [
|
||||
paths = with prev; [
|
||||
emacs29-pgtk
|
||||
(pkgs.aspellWithDicts (
|
||||
dicts: with dicts; [
|
||||
@ -66,6 +63,9 @@ in
|
||||
en-computers
|
||||
]
|
||||
))
|
||||
nixd # nix language server
|
||||
nixfmt-rfc-style # auto-formatting nix files through nixd
|
||||
clang # To compile tree-sitter grammars
|
||||
];
|
||||
pathsToLink = [
|
||||
"/share/man"
|
||||
|
Loading…
x
Reference in New Issue
Block a user