Remove helix

Not needed since nvim-lspconfig now works.
This commit is contained in:
Donovan Glover 2023-05-23 18:16:04 -04:00
parent d84966817b
commit 58a829819a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 8 deletions

View File

@ -6,7 +6,6 @@
./fish
./git
./gpg
./helix
./htop
./ncmpcpp
./neovim

View File

@ -1,7 +0,0 @@
{
home-manager.sharedModules = [{
programs.helix = {
enable = true;
};
}];
}