about summary refs log tree commit diff stats
path: root/home-manager/config/mpv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/mpv/default.nix')
-rw-r--r--home-manager/config/mpv/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/home-manager/config/mpv/default.nix b/home-manager/config/mpv/default.nix
new file mode 100644
index 00000000..4d9d241e
--- /dev/null
+++ b/home-manager/config/mpv/default.nix
@@ -0,0 +1,12 @@
+{
+  config,
+  pkgs,
+  ...
+}: {
+  programs.mpv = {
+    enable = true;
+    # TODO add config
+  };
+}
+# vim: ts=2
+