Chagning .nixos pathing

This commit is contained in:
2025-08-20 12:48:49 -04:00
parent 4bc4f50a32
commit 10cdd3cb74
5 changed files with 39 additions and 50 deletions

View File

@@ -33,7 +33,7 @@ end
local function want_truecolor()
if is_linux_console() then return false end
return vim.fn.has("termguicolors") == 1
or ((vim.env.COLORTERM or ""):lower():find("truecolor") ~= nil)
or ((vim.env.COLORTERM or ""):lower():find("truecolor") ~= nil)
end
local function set_colorscheme()