replace neovim with helix
This commit is contained in:
parent
75a38fab65
commit
303e982a8e
3 changed files with 12 additions and 9 deletions
6
home/features/cli/helix.nix
Normal file
6
home/features/cli/helix.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue