summaryrefslogtreecommitdiff
path: root/hosts/editors.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-01-04 04:08:05 +0700
committerpolwex <polwex@sortug.com>2025-01-04 04:08:05 +0700
commit886532670b2d3f91f615a63f6b82f2512a641acc (patch)
tree8803d51ed2a341689202b0d3249ce5316ef6e4c0 /hosts/editors.nix
parent8ba8980c12a1fb05970dead6228ddc3129ff5868 (diff)
m
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
];
}