summaryrefslogtreecommitdiff
path: root/hosts/editors.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/editors.nix')
-rw-r--r--hosts/editors.nix4
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
];
}