meta: Only install texlive on desktop

Let's not write papers on the phone.
This commit is contained in:
Donovan Glover 2024-06-20 13:50:15 -04:00
parent 3e5a395dc8
commit 6b404306bf
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 1 deletions

View File

@ -150,6 +150,7 @@ in
(mkIf (!phone) (attrValues {
inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya;
inherit (pkgs) texliveFull;
}))
(mkIf phone (attrValues {

View File

@ -115,7 +115,6 @@ in
clippy
;
inherit (pkgs)
texliveFull
tectonic
;
})