diff --git a/dot_config/flake/home/helix.nix b/dot_config/flake/home/helix.nix index 051cb80..2f42488 100644 --- a/dot_config/flake/home/helix.nix +++ b/dot_config/flake/home/helix.nix @@ -3,11 +3,7 @@ enable = true; package = pkgs.mods.helix; settings = { - theme = { - dark = "rose_pine"; - light = "rose_pine_dawn"; - }; - + theme = "base16_terminal"; editor = { auto-format = false; end-of-line-diagnostics = "warning";