nixos-dotfiles

nixos-dotfiles

https://git.tonybtw.com/nixos-dotfiles.git git://git.tonybtw.com/nixos-dotfiles.git
234 bytes raw
1
require("lualine").setup({ options = { theme = "tokyonight" } })
2
require("nvim-highlight-colors").setup({})
3
require("orgmode").setup({
4
    org_agenda_files = "~/orgfiles/**/*",
5
    org_default_notes_file = "~/orgfiles/refile.org",
6
})