From 6b404306bf6fdf24264f7c02f11a3bc2355ff52f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 20 Jun 2024 13:50:15 -0400 Subject: [PATCH] meta: Only install texlive on desktop Let's not write papers on the phone. --- modules/desktop.nix | 1 + modules/shell.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop.nix b/modules/desktop.nix index 91aae57d..d3019acf 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -150,6 +150,7 @@ in (mkIf (!phone) (attrValues { inherit (nix-config.inputs.sakaya.packages.${pkgs.system}) sakaya; + inherit (pkgs) texliveFull; })) (mkIf phone (attrValues { diff --git a/modules/shell.nix b/modules/shell.nix index 6aa68074..16e552be 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -115,7 +115,6 @@ in clippy ; inherit (pkgs) - texliveFull tectonic ; })