nixos/generic/mpv: fix format
This commit is contained in:
parent
4f57f67555
commit
d33030472f
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ let
|
|||
opts = options.programs.mpv;
|
||||
|
||||
toMpvIniString = attrset: lib.pipe attrset [
|
||||
(lib.mapAttrsToList (name: value: "${name}=${value}"))
|
||||
(lib.concatStringsSep "\n")
|
||||
];
|
||||
(lib.mapAttrsToList (name: value: "${name}=${value}"))
|
||||
(lib.concatStringsSep "\n")
|
||||
];
|
||||
|
||||
configDir = pkgs.symlinkJoin {
|
||||
name = "mpv-config-dir";
|
||||
|
|
Loading…
Reference in a new issue