mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
tex: move to own modules
This commit is contained in:
parent
2e8e3ada22
commit
61f3684c96
3 changed files with 9 additions and 6 deletions
8
users/rouven/modules/tex/default.nix
Normal file
8
users/rouven/modules/tex/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
(pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-full;
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue