mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Touch-up on koishi, fix gitmodules
This commit is contained in:
parent
3d3cdda8cb
commit
2ba7aea5d1
8 changed files with 16 additions and 10 deletions
|
|
@ -19,6 +19,7 @@ in
|
|||
packageConfigurable = pkgs.vim_configurable-pynvim;
|
||||
extraConfig = ''
|
||||
source ${initvim}
|
||||
${if nixos.networking.hostName == "koishi" then "color-scheme base16-default-light" else "colorscheme base16-default-dark"}
|
||||
'';
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
"vim-cool"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue