flake: remove emacs

Goodbye old friend, you served me well.
But Neovim serves me better now.
You shall live on forever in my commit history.
The melodramatic vimmer returns home.
This commit is contained in:
Infinidoge 2024-11-11 19:52:54 -05:00
parent 9f9a91c4a5
commit b2f073f52e
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
25 changed files with 37 additions and 1174 deletions

View file

@ -4,6 +4,9 @@ let
in
{
home.packages = with pkgs; flatten [
editorconfig-core-c
editorconfig-checker
# C
gcc
gdb
@ -74,6 +77,38 @@ in
# Zig
zig
zls
# LaTeX
(texlive.combine {
inherit (texlive)
scheme-medium
apa7
apacite
biblatex
biblatex-apa
biblatex-chicago
capt-of
minted
catchfile
endfloat
framed
fvextra
hanging
lipsum
mleftright
scalerel
threeparttable
upquote
wrapfig
xstring
;
})
biber
# html
html-tidy
nodePackages.prettier
];
programs.java.enable = true;