dots merge and nix sync

This commit is contained in:
2024-07-19 17:50:08 +02:00
parent 128003873b
commit 541000e0a1
64 changed files with 40389 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
local mpv_config_dir_path = require("mp").command_native({"expand-path", "~~/"})
function load(relative_path) dofile(mpv_config_dir_path .. "/script_modules/" .. relative_path) end
load("mpvSockets/mpvSockets.lua")