added preamble codes

This commit is contained in:
Kenryu Shibata
2025-10-08 23:21:51 +09:00
parent 8206ed35ac
commit fdaa378d50
2 changed files with 49 additions and 1 deletions
+2 -1
View File
@@ -155,13 +155,14 @@
in
{
devShells.default = pkgs.stdenv.mkDerivation {
inherit name;
inherit name;
shellHook = ''
export PS1="${name} \w \$ "
'';
buildInputs = [
texEnv
vimWithTex
pkgs._0xproto
pkgs.qpdf
pkgs.kdePackages.okular
];