diff options
author | polwex <polwex@sortug.com> | 2024-11-06 07:35:16 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-11-06 07:35:16 +0000 |
commit | ed673f3c5c7932194b811a902d541f113bc41db7 (patch) | |
tree | a780048289fd53330cf733353615624b679de60b /hosts/editors.nix | |
parent | 8ba8980c12a1fb05970dead6228ddc3129ff5868 (diff) |
m
Diffstat (limited to 'hosts/editors.nix')
-rw-r--r-- | hosts/editors.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/editors.nix b/hosts/editors.nix index c9228c0..bd2acca 100644 --- a/hosts/editors.nix +++ b/hosts/editors.nix @@ -7,7 +7,7 @@ environment.variables.F = "hx"; environment.systemPackages = [ pkgs.neovim - # inputs.helix.packages.${pkgs.system}.helix - pkgs.helix + inputs.helix.packages.${pkgs.system}.helix + # pkgs.helix ]; } |