home: terminal: rename 'default'

It doesn't make the *most* sense as an option name to use `program`.
This commit is contained in:
Bruno BELANYI 2025-08-22 15:00:54 +01:00
parent d4668416af
commit 8b028ce19f
8 changed files with 13 additions and 13 deletions

View file

@ -31,9 +31,9 @@ in
};
});
default = { ${config.my.home.terminal.program} = { }; };
default = { ${config.my.home.terminal.default} = { }; };
defaultText = literalExpression ''
{ ''${config.my.home.terminal.program} = { }; };
{ ''${config.my.home.terminal.default} = { }; };
'';
example = { xterm-256color = { }; };
description = ''