From 81ff557878a184d2856c9dfb7f52663b86122dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Tue, 30 Apr 2024 23:03:34 +0200 Subject: [PATCH] feat(editors): switch default editor to helix --- home/editors/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/editors/default.nix b/home/editors/default.nix index 8d3c712..a7561e5 100644 --- a/home/editors/default.nix +++ b/home/editors/default.nix @@ -1,11 +1,11 @@ { config, pkgs, ... }: { - imports = [ ./lsp.nix ./dap.nix ./neovim ./helix ]; + imports = [ ./lsp.nix ./dap.nix ./helix ./neovim ]; home.packages = with pkgs; [ fzf ripgrep ]; - home.sessionVariables.EDITOR = "nvim"; + home.sessionVariables.EDITOR = "hx"; home.file.".editorconfig".text = '' [*]