From 7dbae6094ed75d3d707e108766c40920e7f0a27f Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 31 May 2022 10:12:24 +0200 Subject: [PATCH] Helix alias --- home_manager/modules/helix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home_manager/modules/helix.nix b/home_manager/modules/helix.nix index e8bc053..ca9f40a 100644 --- a/home_manager/modules/helix.nix +++ b/home_manager/modules/helix.nix @@ -1,5 +1,7 @@ { pkgs, ... }: { + programs.bash.shellAliases = { x = "hx"; }; + programs.zsh.shellAliases = { x = "hx"; }; home.sessionVariables = { EDITOR = "hx"; VISUAL = "hx"; }; home.packages = [ (pkgs.makeDesktopItem