about summary refs log tree commit diff
path: root/modules/common/mpv.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/common/mpv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/mpv.nix b/modules/common/mpv.nix
index afab1dd..0421d62 100644
--- a/modules/common/mpv.nix
+++ b/modules/common/mpv.nix
@@ -46,7 +46,7 @@ in {
         };
 
         config = let
-          lang = comcat [
+          lang = concatStringsSep "," [
             "Japanese"
             "japanese"
             "jp"

Consider giving Nix/NixOS a try! <3