The unstable version is showing a blue screen instead of the video.
This commit is contained in:
parent
424c5e9127
commit
f0217e4640
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
|
@ -11,6 +11,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
package = pkgs.stable.mpv;
|
||||
|
||||
# https://github.com/mpv-player/mpv/blob/master/etc/input.conf
|
||||
bindings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue