summaryrefslogtreecommitdiff
path: root/modules/pc.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-10-17 17:01:26 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-10-17 17:06:27 -0500
commit37152f3baa8593017156ea38b9a4e0ff604509e0 (patch)
treed75baf9f335ae043ac7861cd68299fc1e192209e /modules/pc.nix
parent2b9ff561507d2357c27565fe50af916a1bd242a0 (diff)
downloadnixos-config-37152f3baa8593017156ea38b9a4e0ff604509e0.tar.gz
nixos-config-37152f3baa8593017156ea38b9a4e0ff604509e0.zip
modules/overlays: Add and enable MPV with MPRIS support
Diffstat (limited to 'modules/pc.nix')
-rw-r--r--modules/pc.nix2
1 files changed, 2 insertions, 0 deletions
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;