updated flake

This commit is contained in:
2026-04-10 09:02:59 +09:00
parent 3046601cdb
commit 5933c22c46
2 changed files with 17 additions and 3 deletions
+14
View File
@@ -136,6 +136,7 @@
amsfonts
unicode-math
mathtools
lualatex-math
# Graphics
graphics
@@ -177,6 +178,19 @@
pkgs.kdePackages.okular
];
};
devShells.pandoc = pkgs.stdenv.mkDerivation {
inherit name;
shellHook = ''
export PS1="${name} pandoc \w \$ "
'';
buildInputs = [
texEnv
pkgs.pandoc
pkgs._0xproto
pkgs.qpdf
pkgs.qpdfview
];
};
}
);
}