base mpv config as mkdefault so it can be overriden

This commit is contained in:
2025-02-12 21:44:48 +00:00
parent 441bda36b5
commit 6c3b82e000

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, lib, ... }:
{ {
imports = [ imports = [
@@ -37,7 +37,7 @@
package = pkgs.brave; package = pkgs.brave;
}; };
mpv = { mpv = lib.mkDefault {
enable = true; enable = true;
config = { config = {
screenshot-directory = "~/Pictures/"; screenshot-directory = "~/Pictures/";