nix/stylix/sakura-day/home-manager/nixvim.nix

3 lines
76 B
Nix
Raw Normal View History

2024-02-14 15:11:31 +01:00
{ lib, ... }: {
2024-02-14 15:29:39 +01:00
programs.nixvim.colorscheme = lib.mkForce "oxocarbon";
2024-02-14 15:11:31 +01:00
}