Adding doom dependencies
I'm also swapping out Emacs 29 Pure GTK for the vanilla Emacs 28 (with native comp). The build time for head is really really long.
This commit is contained in:
parent
35063a4bd9
commit
99eb81b174
|
@ -16,13 +16,17 @@ in with lib; {
|
|||
nixpkgs.overlays = [ inputs.emacs-overlay.overlay ];
|
||||
home-manager.users.james = {
|
||||
programs.emacs = {
|
||||
package = pkgs.emacsPgtkNativeComp;
|
||||
package = pkgs.emacs28NativeComp;
|
||||
enable = true;
|
||||
extraPackages = epkgs: [ epkgs.vterm ];
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
|
||||
editorconfig-core-c
|
||||
fd
|
||||
graphviz
|
||||
html-tidy
|
||||
ripgrep
|
||||
sqlite
|
||||
wordnet
|
||||
|
|
Reference in New Issue
Block a user