Better organized development configurations
This commit is contained in:
parent
f5ed37a7fb
commit
f93a17a74f
21 changed files with 70 additions and 52 deletions
8
hm_modules/development/latex.nix
Normal file
8
hm_modules/development/latex.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
bibtool
|
||||
# tex2nix
|
||||
texlab
|
||||
texlive.combined.scheme-medium
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue