feat: latex setup

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-13 14:45:40 -03:00
parent 67d28c8ec8
commit dd5b11f26e
2 changed files with 3 additions and 1 deletions

View File

@@ -77,5 +77,7 @@
pinentry
gnome.nautilus
inkscape
latexrun
zathura
];
}

View File

@@ -15,7 +15,7 @@ in {
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
(nerdfonts.override {fonts = ["FiraCode"];})
(google-fonts.override {fonts = ["Gloock" "Cinzel"];})
(google-fonts.override {fonts = ["Gloock" "Cinzel" "Inter" "Inter Tight"];})
(stdenv.mkDerivation rec {
pname = "calsans";
version = "1.0.0";