Add listings package for LaTeX source code highlighting

This commit is contained in:
Evie Litherland-Smith 2024-09-11 11:51:35 +01:00
parent c5a8e93ccc
commit 62411fde69

View file

@ -57,7 +57,7 @@
epkgs: with epkgs; [
treesit-grammars.with-all-grammars
mu4e
emacsql-sqlite
emacsql-sqlite
];
};
home.packages = with pkgs; [
@ -86,6 +86,7 @@
ulem
hyperref
capt-of
listings
;
})