Trying nix-doom-emacs

This commit is contained in:
Emmet
2023-05-10 21:10:52 -05:00
parent 2ae854d277
commit 2fa2da4328
8 changed files with 2943 additions and 13 deletions

View File

@ -97,19 +97,6 @@ in
lxappearance
(pkgs.writeScriptBin "phoenix" myPhoenixScript)
# Doom emacs
emacs
binutils
(ripgrep.override {withPCRE2 = true;})
gnutls
fd
imagemagick
zstd
nodePackages.javascript-typescript-langserver
sqlite
editorconfig-core-c
emacs-all-the-icons-fonts
# Office
libreoffice-qt
mate.atril
@ -358,6 +345,11 @@ in
shellAliases = myAliases;
};
programs.doom-emacs = {
enable = true;
doomPrivateDir = ./app/doom-emacs;
};
nixpkgs.overlays = [
(self: super:
{