diff options
author | polwex <polwex@sortug.com> | 2025-01-04 04:08:05 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-01-04 04:08:05 +0700 |
commit | 886532670b2d3f91f615a63f6b82f2512a641acc (patch) | |
tree | 8803d51ed2a341689202b0d3249ce5316ef6e4c0 /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 ]; } |