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
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }: with lib;
|
||||
{ config, lib, pkgs, nixos, ... }: with lib;
|
||||
|
||||
let initvim = pkgs.callPackage
|
||||
({ stdenv, elinks, nodejs }: stdenv.mkDerivation {
|
||||
|
|
@ -23,6 +23,7 @@ in
|
|||
enable = true;
|
||||
extraConfig = ''
|
||||
source ${initvim}
|
||||
${if nixos.networking.hostName == "koishi" then "color-scheme base16-default-light" else "colorscheme base16-default-dark"}
|
||||
'';
|
||||
vimAlias = true;
|
||||
viAlias = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue