about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/sternenseemann/pkgs.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/machines/sternenseemann/pkgs.nix b/machines/sternenseemann/pkgs.nix
deleted file mode 100644
index e580c4da..00000000
--- a/machines/sternenseemann/pkgs.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ pkgs, lib }:
-
-let
-
-  mpv = pkgs.mpv-with-scripts.override {
-    scripts = [ pkgs.mpvScripts.convert ];
-  };
-
-  texlive = with pkgs.texlive; combine { inherit scheme-medium minted units collection-bibtexextra wrapfig libertine enumitem dashrule ifmtarg xstring; };
-
-  urxvt = pkgs.rxvt_unicode-with-plugins.override { plugins = [ pkgs.urxvt_perls ]; };
-
-in { inherit mpv texlive urxvt; }