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