terminal variables for usage with tuirun
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user