about summary refs log tree commit diff stats
path: root/modules/by-name
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name')
-rw-r--r--modules/by-name/lf/lf/ctpv/prev/message/rfc822/default.nix5
-rw-r--r--modules/by-name/lf/lf/ctpv/prev/message/rfc822/rfc822.sh6
-rw-r--r--modules/by-name/mp/mpdpopm/module.nix3
3 files changed, 11 insertions, 3 deletions
diff --git a/modules/by-name/lf/lf/ctpv/prev/message/rfc822/default.nix b/modules/by-name/lf/lf/ctpv/prev/message/rfc822/default.nix
index 03f0e2fd..3cb0fcf5 100644
--- a/modules/by-name/lf/lf/ctpv/prev/message/rfc822/default.nix
+++ b/modules/by-name/lf/lf/ctpv/prev/message/rfc822/default.nix
@@ -17,8 +17,9 @@
         "application/mbox"
       ];
       dependencies = [
-        pkgs.meli
-        pkgs.util-linux
+        pkgs.coreutils
+        # pkgs.meli
+        # pkgs.util-linux
       ];
     };
   };
diff --git a/modules/by-name/lf/lf/ctpv/prev/message/rfc822/rfc822.sh b/modules/by-name/lf/lf/ctpv/prev/message/rfc822/rfc822.sh
index d34cc48b..228e01b7 100644
--- a/modules/by-name/lf/lf/ctpv/prev/message/rfc822/rfc822.sh
+++ b/modules/by-name/lf/lf/ctpv/prev/message/rfc822/rfc822.sh
@@ -15,4 +15,8 @@ f="$f"
 # shellcheck disable=SC2269
 cache_f="$cache_f"
 
-hide_script_env meli --config /dev/null view "$f"
+# TODO: Actually use `meli`, currently it will just not produce output, because the script
+# never stops <2026-02-19>
+# hide_script_env meli --config /dev/null view "$f"
+
+cat "$f"
diff --git a/modules/by-name/mp/mpdpopm/module.nix b/modules/by-name/mp/mpdpopm/module.nix
index 3524554c..82943fe8 100644
--- a/modules/by-name/mp/mpdpopm/module.nix
+++ b/modules/by-name/mp/mpdpopm/module.nix
@@ -42,6 +42,9 @@ in {
         path = config.home-manager.users.soispha.home.sessionVariables.MPD_HOST;
       };
 
+      # Automatically start in DJ mode.
+      mode = "Dj";
+
       local_music_dir = config.soispha.services.mpd.directories.music;
     };