diff --git a/home/shell/default.nix b/home/shell/default.nix index 7eb3a45..c9f4ed7 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -11,6 +11,7 @@ ./eza.nix ./fish ./git.nix + ./helix.nix ./htop.nix ./nix-output-monitor.nix ./nushell diff --git a/home/shell/helix.nix b/home/shell/helix.nix new file mode 100644 index 0000000..9606fef --- /dev/null +++ b/home/shell/helix.nix @@ -0,0 +1,5 @@ +{...}: { + programs.helix = { + enable = true; + }; +}