tex folde

This commit is contained in:
Till 2023-05-16 15:11:49 +02:00
parent e40cd3e583
commit 81935275ab

13
tex.nix
View file

@ -1,13 +0,0 @@
{ config, pkgs, ... }:
let
tex = (pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-medium
sourcesanspro
});
in
{ # home-manager
home.packages = with pkgs; [
tex
];
}