WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 5 additions and 8 deletions
Showing only changes of commit b0609b2618 - Show all commits

View file

@ -20,7 +20,10 @@ require('packer').startup(function()
use {'wbthomason/packer.nvim'}
-- Colorscheme
use 'rebelot/kanagawa.nvim'
use {
'rebelot/kanagawa.nvim',
config = function() vim.cmd('colorscheme kanagawa') end
}
-- Statusline
use {

View file

@ -1,7 +1 @@
return function()
require('lualine').setup {
options = {
theme = 'pywal-nvim'
}
}
end
return function() require('lualine').setup {} end