split wsl, consolidate hardware

This commit is contained in:
Noah Masur
2023-04-15 20:55:56 -04:00
parent 8f8012e435
commit 1510c8c31f
8 changed files with 52 additions and 74 deletions

View File

@ -8,6 +8,13 @@
config = {
plugins = [ pkgs.vimPlugins.nvim-base16 ];
setup.base16-colorscheme = config.colors;
# Telescope isn't working, shut off for now
lua = ''
require('base16-colorscheme').with_config {
telescope = false,
}
'';
};
}