about summary refs log tree commit diff stats
path: root/modules/home/conf/yt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/yt/default.nix')
-rw-r--r--modules/home/conf/yt/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/home/conf/yt/default.nix b/modules/home/conf/yt/default.nix
new file mode 100644
index 00000000..14710586
--- /dev/null
+++ b/modules/home/conf/yt/default.nix
@@ -0,0 +1,4 @@
+{...}: {
+  xdg.configFile."yt/mpv.conf".source = ./mpv.conf;
+  xdg.configFile."yt/mpv.input.conf".source = ./input.conf;
+}