nix/stylix/gruvbox/home-manager/nixvim.nix

3 lines
74 B
Nix
Raw Normal View History

2024-02-08 11:47:34 +01:00
{ lib, ... }: {
2024-02-08 11:49:41 +01:00
programs.nixvim.colorscheme = lib.mkForce "gruvbox";
2024-02-08 11:40:29 +01:00
}