feat(editors): switch default editor to helix

This commit is contained in:
Felix Schröter 2024-04-30 23:03:34 +02:00
parent b6db738c4f
commit 81ff557878
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

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