Update theme

This commit is contained in:
albert 2024-02-20 13:57:00 +09:00
parent dfd3c17a35
commit cb7f09a1b2
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -1,4 +1,4 @@
{ lib, ... }: { { lib, ... }: {
programs.nixvim.colorscheme = lib.mkForce "two-firewatch"; programs.nixvim.colorscheme = lib.mkForce "sonokai";
stylix.targets.nixvim.enable = false; stylix.targets.nixvim.enable = false;
} }