From 04601e789b2bb5a9e493317b2692683d6c1781cf Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 12 May 2023 23:15:32 +0300 Subject: [PATCH] Set helix theme to gruvbox --- machines/asus/helix/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/asus/helix/default.nix b/machines/asus/helix/default.nix index 836c9f8..78a69a5 100644 --- a/machines/asus/helix/default.nix +++ b/machines/asus/helix/default.nix @@ -2,6 +2,8 @@ homeConfiguration "nixos" { programs.helix = enabled { + settings.theme = "gruvbox"; + settings.editor = { auto-pairs."<" = ">"; auto-pairs."`" = "`";