feat(editors): switch default editor to helix
This commit is contained in:
parent
b6db738c4f
commit
81ff557878
|
@ -1,11 +1,11 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ./lsp.nix ./dap.nix ./neovim ./helix ];
|
imports = [ ./lsp.nix ./dap.nix ./helix ./neovim ];
|
||||||
|
|
||||||
home.packages = with pkgs; [ fzf ripgrep ];
|
home.packages = with pkgs; [ fzf ripgrep ];
|
||||||
|
|
||||||
home.sessionVariables.EDITOR = "nvim";
|
home.sessionVariables.EDITOR = "hx";
|
||||||
|
|
||||||
home.file.".editorconfig".text = ''
|
home.file.".editorconfig".text = ''
|
||||||
[*]
|
[*]
|
||||||
|
|
Loading…
Reference in a new issue