diff options
| author | kdam0 <me@kumardamani.net> | 2023-03-24 22:17:51 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2023-03-24 22:17:51 +0000 |
| commit | 24ea07e5b51cdb99403f707638eaa7976ffa4319 (patch) | |
| tree | 6239a3f5bfe3dd24c91559d934d7bd158e0ab2d5 | |
| parent | 4b949f7b2dacdf267733fa4f13ac62fa6b723137 (diff) | |
latex stuff
| -rw-r--r-- | nixpkgs/.config/nixpkgs/home.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixpkgs/.config/nixpkgs/home.nix b/nixpkgs/.config/nixpkgs/home.nix index 1f10f88..4f21950 100644 --- a/nixpkgs/.config/nixpkgs/home.nix +++ b/nixpkgs/.config/nixpkgs/home.nix @@ -69,6 +69,8 @@ # Fonts pkgs.nerdfonts pkgs.hack-font + pkgs.noto-fonts + pkgs.noto-fonts-cjk # Notifications pkgs.mako pkgs.libnotify @@ -80,6 +82,9 @@ pkgs.zathura # Power stuff pkgs.acpi + # Latex stuff + (pkgs.texlive.combine { inherit (pkgs.texlive) scheme-small xifthen ifmtarg framed paralist titling titlesec libertine letltxmacro; }) + pkgs.texmaker # Other stuff pkgs.gnumake pkgs.clang |
