From e275224ea8f3182916e715861a09d8a5a13147ca Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 20 Feb 2024 09:08:54 +0100 Subject: reorg: Move muhammed-specific configuration into hosts/muhammed/home --- home/noweb/default.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 home/noweb/default.nix (limited to 'home/noweb/default.nix') diff --git a/home/noweb/default.nix b/home/noweb/default.nix deleted file mode 100644 index ef67862..0000000 --- a/home/noweb/default.nix +++ /dev/null @@ -1,12 +0,0 @@ -{pkgs, ...}: { - home.packages = with pkgs; [ - noweb - texliveFull - yalafi-shell - ]; - - # Prepend nowebs STY files to the search path. I chose to do it globally, - # rather than using `makeWrapper` because I sometimes want to manually invoke - # `pdflatex` and the like on the output of `noweave`. - home.sessionVariables.TEXINPUTS = "${pkgs.noweb.tex}/tex/latex/noweb/:$TEXINPUTS"; -} -- cgit v1.2.3