feat(editors): add helix
This commit is contained in:
parent
77aebac017
commit
025263531c
2 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./lsp.nix ./dap.nix ./neovim ];
|
||||
imports = [ ./lsp.nix ./dap.nix ./neovim ./helix ];
|
||||
|
||||
home.packages = with pkgs; [ fzf ripgrep ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue