mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
dots merge and nix sync
This commit is contained in:
3
.config/mpv/scripts/modules.lua
Executable file
3
.config/mpv/scripts/modules.lua
Executable 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")
|
||||
Reference in New Issue
Block a user