Forcing hx as editor

This commit is contained in:
Filippo Berto 2026-02-04 14:06:34 +01:00
parent 1a7cfd9b0a
commit 965af26928
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
inherit (pkgs) nil; # Nix language server inherit (pkgs) nil; # Nix language server
# inherit desktopItem; # inherit desktopItem;
}; };
sessionVariables = { EDITOR = "hx"; }; sessionVariables = { EDITOR = "hx"; VISUAL = "hx"; };
}; };
programs.helix = { programs.helix = {
enable = true; enable = true;

View file

@ -37,7 +37,7 @@ in
close_on_child_death = "yes"; close_on_child_death = "yes";
clipboard_control = "write-clipboard write-primary read-clipboard read-primary"; clipboard_control = "write-clipboard write-primary read-clipboard read-primary";
disable_ligatures = "never"; disable_ligatures = "never";
editor = "nvim"; editor = "hx";
} // strPalette; } // strPalette;
keybindings = { keybindings = {
"ctrl+shift+t" = "new_tab_with_cwd"; "ctrl+shift+t" = "new_tab_with_cwd";