nix is now the master #1

Merged
niklas merged 21 commits from nix into master 2024-06-01 19:12:44 +00:00
Showing only changes of commit 880a59e531 - Show all commits

View File

@ -1,7 +1,7 @@
---@type ChadrcConfig
local M = {}
M.ui = {
theme = 'nord',
theme = 'vscode_dark',
transparency = true
}