diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 15:17:45 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 15:25:24 +0200 |
commit | c9142c027ebd8af3c3b15827f629639d4495e2f5 (patch) | |
tree | 7383279241345e79c062eeeae66c33777d88f350 /modules/home/conf/yt/mpv.conf | |
parent | build(treewide): Update (diff) | |
download | nixos-config-c9142c027ebd8af3c3b15827f629639d4495e2f5.zip |
feat(home/yt): Init config files
Diffstat (limited to '')
-rw-r--r-- | modules/home/conf/yt/mpv.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/conf/yt/mpv.conf b/modules/home/conf/yt/mpv.conf new file mode 100644 index 00000000..e73063c4 --- /dev/null +++ b/modules/home/conf/yt/mpv.conf @@ -0,0 +1,3 @@ +speed=2.7 +volume=75 +msg-level=osd/libass=fatal |