Set default terminal
This commit is contained in:
parent
63093d8a87
commit
f224a5efa7
@ -9,6 +9,9 @@ with lib;
|
|||||||
{
|
{
|
||||||
options.default.terminal = mkOption {
|
options.default.terminal = mkOption {
|
||||||
type = types.str;
|
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";
|
description = "Default terminal application";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user