Host based configuration
This commit is contained in:
parent
1502fa1e36
commit
b4571fbe53
10 changed files with 106 additions and 79 deletions
6
modules/latex.nix
Normal file
6
modules/latex.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, lib, ...}:
|
||||
{
|
||||
home.packages = lib.optionals pkgs.devEnvironment.enableLatex [
|
||||
pkgs.texlive.combined.scheme-full
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue