diff options
Diffstat (limited to 'modules/pc.nix')
| -rw-r--r-- | modules/pc.nix | 2 |
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; |
