mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-16 14:34:00 +05:30
Trying nix-doom-emacs
This commit is contained in:
parent
2ae854d277
commit
2fa2da4328
8 changed files with 2943 additions and 13 deletions
|
|
@ -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:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue