aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/system/programs/helix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/terminal/system/programs/helix.nix')
-rw-r--r--modules/terminal/system/programs/helix.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/terminal/system/programs/helix.nix b/modules/terminal/system/programs/helix.nix
index 8c39ec2..7bd9af1 100644
--- a/modules/terminal/system/programs/helix.nix
+++ b/modules/terminal/system/programs/helix.nix
@@ -140,6 +140,10 @@ in
".config/helix/config.toml".source = settings;
".config/helix/languages.toml".source = languages;
".config/helix/themes/catppuccin_mocha_transparent.toml".source = customCatppuccinTheme;
+
+ ".config/fish/conf.d/helix.fish".text = lib.mkIf config.collinux.terminal.shells.fish.enable ''
+ set -gx EDITOR hx
+ '';
};
packages = [