fix: neovim extraLuaConfig→initLua, remove uhk-agent (linux-only) 🔧
- programs.neovim.extraLuaConfig renamed to initLua in nixpkgs unstable - uhk-agent is x86_64-linux only, removed from darwin home config; macOS: download .dmg from ultimatehackingkeyboard.com
This commit is contained in:
parent
4bccb6e6a8
commit
300849b8c6
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
let g:netrw_winsize = 25
|
||||
'';
|
||||
|
||||
extraLuaConfig = ''
|
||||
initLua = ''
|
||||
-- Auto-detect system theme (dark/light) from marker file
|
||||
local config_file = os.getenv("HOME") .. "/.local/share/nvim_color_scheme"
|
||||
local f = io.open(config_file, "r")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue