Better rust and latex configuration
This commit is contained in:
parent
f93a17a74f
commit
1011735683
4 changed files with 62 additions and 5 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue