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 = '' [*]