nixos/core-desktop: fix mpv config warning
This commit is contained in:
parent
5f06131076
commit
1a30ebe4a0
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@
|
||||||
keep-open = "yes";
|
keep-open = "yes";
|
||||||
volume = "40";
|
volume = "40";
|
||||||
osd-fractions = "yes";
|
osd-fractions = "yes";
|
||||||
background = "0.0/1.0";
|
background = "none";
|
||||||
alpha = "yes";
|
|
||||||
};
|
};
|
||||||
input = lib.mkMerge [
|
input = lib.mkMerge [
|
||||||
# mpv core
|
# mpv core
|
||||||
|
|
Loading…
Reference in a new issue