1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Set helix theme to gruvbox

This commit is contained in:
RGBCube 2023-05-12 23:15:32 +03:00
parent a6d4d122e1
commit 04601e789b

View file

@ -2,6 +2,8 @@
homeConfiguration "nixos" {
programs.helix = enabled {
settings.theme = "gruvbox";
settings.editor = {
auto-pairs."<" = ">";
auto-pairs."`" = "`";