Better rust and latex configuration

This commit is contained in:
Filippo Berto 2022-12-24 15:19:02 +01:00
parent f93a17a74f
commit 1011735683
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
4 changed files with 62 additions and 5 deletions

View file

@ -1,8 +1,9 @@
{ pkgs, ... }: {
{ pkgs, config, lib, ... }: {
home.packages = with pkgs; [
bibtool
# tex2nix
texlab
tex2nix
texlive.combined.scheme-medium
] ++ lib.optionals config.programs.helix.enable [
texlab
];
}