3 lines
No EOL
74 B
Nix
3 lines
No EOL
74 B
Nix
{ lib, ... }: {
|
|
programs.nixvim.colorscheme = lib.mkForce "gruvbox";
|
|
} |