Update default theme

This commit is contained in:
iFargle 2024-02-15 12:44:54 +09:00
parent d51842070d
commit 58484f883f

View file

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