diff options
Diffstat (limited to 'hosts/editors.nix')
-rw-r--r-- | hosts/editors.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/editors.nix b/hosts/editors.nix index fec5580..c9228c0 100644 --- a/hosts/editors.nix +++ b/hosts/editors.nix @@ -4,6 +4,7 @@ ... }: { environment.variables.EDITOR = "hx"; + environment.variables.F = "hx"; environment.systemPackages = [ pkgs.neovim # inputs.helix.packages.${pkgs.system}.helix |