base mpv config as mkdefault so it can be overriden
This commit is contained in:
@@ -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/";
|
||||||
|
|||||||
Reference in New Issue
Block a user