From 4d2c4ef6ace7d4f846b7a8bea40b5ca9ac4b1908 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 14 May 2023 15:53:59 +0300 Subject: [PATCH] Don't auto save in Helix --- machines/asus/helix/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;