more cobblemon
This commit is contained in:
@@ -66,7 +66,6 @@
|
||||
cargo-update
|
||||
diesel-cli
|
||||
tealdeer
|
||||
helix
|
||||
ripunzip
|
||||
|
||||
# nix specific packages
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user