From 2006018e7a280f70c9a7d9efc70632fbb86059ac Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 8 Jul 2025 01:17:08 +0000 Subject: .source -> .text where possible --- modules/terminal/system/programs/helix.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/terminal/system/programs/helix.nix') 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 = [ -- cgit v1.3.1