Skip to content

Commit

Permalink
meta: Only install texlive on desktop
Browse files Browse the repository at this point in the history
Let's not write papers on the phone.
  • Loading branch information
donovanglover committed Jun 20, 2024
1 parent 3e5a395 commit 6b40430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions modules/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ in

(mkIf (!phone) (attrValues {
inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya;
inherit (pkgs) texliveFull;
}))

(mkIf phone (attrValues {
Expand Down
1 change: 0 additions & 1 deletion modules/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ in
clippy
;
inherit (pkgs)
texliveFull
tectonic
;
})
Expand Down

0 comments on commit 6b40430

Please sign in to comment.