summaryrefslogtreecommitdiff
path: root/home/noweb/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-02-20 09:08:54 +0100
committerLinnnus <[email protected]>2024-02-20 09:09:08 +0100
commite275224ea8f3182916e715861a09d8a5a13147ca (patch)
treeb82ddf94e21d34ceee2d25e5cecec3cc686d24ba /home/noweb/default.nix
parent476150fa1384b2c77e527f3f138d458cdc05bd29 (diff)
reorg: Move muhammed-specific configuration into hosts/muhammed/home
Diffstat (limited to 'home/noweb/default.nix')
-rw-r--r--home/noweb/default.nix12
1 files changed, 0 insertions, 12 deletions
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";
-}