home: terminal: rename 'default'
It doesn't make the *most* sense as an option name to use `program`.
This commit is contained in:
parent
d4668416af
commit
8b028ce19f
8 changed files with 13 additions and 13 deletions
|
|
@ -3,8 +3,8 @@ let
|
|||
isEnabled = config.my.home.wm.windowManager == "i3";
|
||||
|
||||
terminal =
|
||||
if config.my.home.terminal.program != null
|
||||
then config.my.home.terminal.program
|
||||
if config.my.home.terminal.default != null
|
||||
then config.my.home.terminal.default
|
||||
else "i3-sensible-terminal";
|
||||
|
||||
alt = "Mod1"; # `Alt` key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue