This commit is contained in:
Hadi
2024-06-17 19:50:35 +02:00
parent 4aba4116de
commit a703d0816b
4 changed files with 7 additions and 9 deletions

View File

@@ -70,7 +70,8 @@
{
type = "button";
val = " NixOs Config";
on_press.__raw = "function() vim.cmd[[e ~/.config/nixos]] end";
on_press.__raw =
"function() vim.cmd[[e ${config.var.configDirectory}]] end";
opts = {
shortcut = "nc";
position = "center";