aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/soispha/config/mpv
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/soispha/config/mpv')
-rw-r--r--home-manager/soispha/config/mpv/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/home-manager/soispha/config/mpv/default.nix b/home-manager/soispha/config/mpv/default.nix
new file mode 100644
index 00000000..63e36117
--- /dev/null
+++ b/home-manager/soispha/config/mpv/default.nix
@@ -0,0 +1,10 @@
+{
+ config,
+ pkgs,
+ ...
+}: {
+ programs.mpv = {
+ enable = true;
+ # TODO add config
+ };
+}