terminal variables for usage with tuirun

This commit is contained in:
cnst
2024-09-22 10:22:36 +02:00
parent 82c28080f8
commit 6f53da8393
5 changed files with 56 additions and 54 deletions

View File

@@ -15,6 +15,7 @@ in {
modules.terminal.wezterm.enable = mkEnableOption "Enables wezterm terminal";
};
config = mkIf cfg.enable {
home.sessionVariables.TERMINAL = "wezterm";
programs.wezterm = {
enable = true;
package = weztermPkg;