Update theme

This commit is contained in:
albert 2024-02-20 12:43:49 +09:00
parent a1120a93d1
commit dfd3c17a35
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 "rose-pine"; programs.nixvim.colorscheme = lib.mkForce "two-firewatch";
stylix.targets.nixvim.enable = false; stylix.targets.nixvim.enable = false;
} }