mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02:24 +00:00
Fix wezterm
This commit is contained in:
parent
dcae56827f
commit
f04d484dbc
2 changed files with 6 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
|||
(each [k v (pairs b)] (tset merged k v))
|
||||
merged))
|
||||
|
||||
(local gruvbox (. (wezterm.color.get_builtin_schemes) "GruvboxDarkHard"))
|
||||
(local gruvbox (. (wezterm.color.get_builtin_schemes) "GruvboxDark"))
|
||||
|
||||
(local config (wezterm.config_builder))
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
local fennel = require("./fennel")
|
||||
fennel.path = fennel.path .. ".config/wezterm/?.fnl"
|
||||
table.insert(package.loaders or package.searchers, fennel.searcher)
|
||||
local home = os.getenv("HOME")
|
||||
return fennel.dofile(home .. "/.config/wezterm/config.fnl")
|
||||
--fennel.path = fennel.path .. ".config/wezterm/?.fnl"
|
||||
--table.insert(package.loaders or package.searchers, fennel.searcher)
|
||||
|
||||
return require("config")
|
||||
--return require("./config")
|
||||
|
|
Loading…
Reference in a new issue