diff --git a/machines/asus/helix/default.nix b/machines/asus/helix/default.nix index 06ceb03..d7ce183 100644 --- a/machines/asus/helix/default.nix +++ b/machines/asus/helix/default.nix @@ -12,12 +12,11 @@ }; programs.helix = enabled { - settings.theme = "base16_transparent"; + settings.theme = "base16_terminal"; settings.editor = { auto-pairs."<" = ">"; auto-pairs."`" = "`"; - auto-save = true; color-modes = true; cursor-shape.normal = "bar"; cursorline = true;