Skip to content

Commit

Permalink
[helix] Bring back helix editor
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jan 14, 2025
1 parent 89811f2 commit ce1a1a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
# Custom configuration
imports = [
# ./home/alacritty
# ./home/helix
./home/bat
./home/fish
./home/ghostty
./home/git
./home/helix
./home/home-manager
./home/neovim
./home/nix
Expand Down
1 change: 0 additions & 1 deletion home/helix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{
programs.helix = {
enable = true;
defaultEditor = true;
extraPackages = [
pkgs.ansible-language-server
pkgs.bash-language-server
Expand Down

0 comments on commit ce1a1a3

Please sign in to comment.