diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 01:17:08 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 01:17:08 +0000 |
| commit | 2006018e7a280f70c9a7d9efc70632fbb86059ac (patch) | |
| tree | 07c5bc0155ad75a07a093a77668ca89c9f18b010 /modules/terminal/system/programs/helix.nix | |
| parent | ccfe06ffcf61daef56cfe0e5d3488dcb5df00bc8 (diff) | |
.source -> .text where possible
Diffstat (limited to 'modules/terminal/system/programs/helix.nix')
| -rw-r--r-- | modules/terminal/system/programs/helix.nix | 4 |
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 = [ |
