From 37152f3baa8593017156ea38b9a4e0ff604509e0 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Fri, 17 Oct 2025 17:01:26 -0500 Subject: modules/overlays: Add and enable MPV with MPRIS support --- modules/pc.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/pc.nix') diff --git a/modules/pc.nix b/modules/pc.nix index c211343..7e7a6d0 100644 --- a/modules/pc.nix +++ b/modules/pc.nix @@ -19,6 +19,8 @@ in this.syslog.enable = !cfg.minimal; this.envfs.enable = !cfg.minimal; + this.overlays.mpv.enable = !cfg.minimal; + services.locate = { enable = !cfg.minimal; pruneBindMounts = true; -- cgit v1.2.3