diff options
author | polwex <polwex@sortug.com> | 2024-09-14 18:46:21 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-14 18:46:21 +0000 |
commit | a35fc56100a563532aab9dc0a0e456296479ba31 (patch) | |
tree | 8fb9db11815a895f83ef769c81b80264b70c4c43 /hosts/editors.nix | |
parent | e179300899ea74865cd35fb38f7d589dcd269ecb (diff) |
m
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 |