fix to aerc running with kitty instead of wezterm

This commit is contained in:
Noah Masur
2024-12-12 20:52:20 -05:00
parent b691895e05
commit 11625adbe8
3 changed files with 23 additions and 19 deletions

View File

@ -51,6 +51,11 @@
description = "Path to executable for terminal emulator program.";
default = null;
};
terminalLaunchCommand = lib.mkOption {
type = lib.types.nullOr lib.types.str;
description = "Command for using the terminal to launch a new window with a program.";
default = null;
};
wallpaper = lib.mkOption {
type = lib.types.path;
description = "Wallpaper background image file";