more cobblemon
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 8s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 12m47s

This commit is contained in:
2026-03-27 16:33:58 -04:00
parent 9e4177d773
commit af56559632
5 changed files with 64 additions and 7 deletions

View File

@@ -66,7 +66,6 @@
cargo-update
diesel-cli
tealdeer
helix
ripunzip
# nix specific packages

View File

@@ -1,5 +1,20 @@
{ pkgs, ... }:
let
tex = pkgs.texlive.combine {
inherit (pkgs.texlive)
scheme-medium
preprint
titlesec
enumitem
sourcesanspro
xifthen
ifmtarg
framed
paralist
fontawesome7
;
};
in
{
programs = {
emacs = {
@@ -241,7 +256,8 @@
languagetool
# latex
texlive.combined.scheme-medium
tex
poppler-utils
# dependencies for nix-dotfiles/hydra-check-action
nodejs_20