Added Helix editor

This commit is contained in:
2024-09-24 13:11:28 -03:00
parent b2a963dc29
commit c61536c924
2 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
./eza.nix ./eza.nix
./fish ./fish
./git.nix ./git.nix
./helix.nix
./htop.nix ./htop.nix
./nix-output-monitor.nix ./nix-output-monitor.nix
./nushell ./nushell

5
home/shell/helix.nix Normal file
View File

@@ -0,0 +1,5 @@
{...}: {
programs.helix = {
enable = true;
};
}