mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-10 18:48:34 +02:00
meta: Only install texlive on desktop
Let's not write papers on the phone.
This commit is contained in:
parent
3e5a395dc8
commit
6b404306bf
@ -150,6 +150,7 @@ in
|
||||
|
||||
(mkIf (!phone) (attrValues {
|
||||
inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya;
|
||||
inherit (pkgs) texliveFull;
|
||||
}))
|
||||
|
||||
(mkIf phone (attrValues {
|
||||
|
@ -115,7 +115,6 @@ in
|
||||
clippy
|
||||
;
|
||||
inherit (pkgs)
|
||||
texliveFull
|
||||
tectonic
|
||||
;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user