gh-pages
sayanarijit 4 months ago
parent f4958d6129
commit 9a28841c6b

@ -202,15 +202,16 @@ programs.xplr = {
plugins = {
icons = fetchFromGitHub {
owner = "sayanarijit";
repo = "wl-clipboard.xplr";
repo = "icons.xplr";
};
local-plugin = "/home/user/.config/plugins/local-plugin";
local-plugin = "/home/user/.config/xplr/plugins/local-plugin";
};
extraConfig = ''
package.path = os.getenv("LUA_PATH") .. ";" .. package.path
package.cpath = os.getenv("LUA_CPATH") .. ";" .. package.cpath
require("icons").setup()
require("local-plugin").setup()
'';
};
</code></pre>

@ -289,15 +289,16 @@ programs.xplr = {
plugins = {
icons = fetchFromGitHub {
owner = &quot;sayanarijit&quot;;
repo = &quot;wl-clipboard.xplr&quot;;
repo = &quot;icons.xplr&quot;;
};
local-plugin = &quot;/home/user/.config/plugins/local-plugin&quot;;
local-plugin = &quot;/home/user/.config/xplr/plugins/local-plugin&quot;;
};
extraConfig = ''
package.path = os.getenv(&quot;LUA_PATH&quot;) .. &quot;;&quot; .. package.path
package.cpath = os.getenv(&quot;LUA_CPATH&quot;) .. &quot;;&quot; .. package.cpath
require(&quot;icons&quot;).setup()
require(&quot;local-plugin&quot;).setup()
'';
};
</code></pre>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save