Set default terminal

This commit is contained in:
Jan-Bulthuis 2025-02-23 14:52:07 +01:00
parent 63093d8a87
commit f224a5efa7
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ with lib;
{
options.default.terminal = mkOption {
type = types.str;
# TODO: Make sure everything works even without a default value here
# Maybe make sure most gui applications do not exist in the default specialisation
default = "foot";
description = "Default terminal application";
};
}