Update eheme

This commit is contained in:
iFargle 2024-02-13 11:32:34 +09:00
parent 54f3146cc6
commit 3dfda48e39

View file

@ -1,3 +1,3 @@
{ lib, ... }: { { lib, ... }: {
programs.nixvim.colorscheme = lib.mkForce "onehalf"; programs.nixvim.colorscheme = lib.mkForce "onehalfdark";
} }