home: wm: i3: use 'my.home.terminal' explicitly

This commit is contained in:
Bruno BELANYI 2021-04-05 01:00:47 +00:00
parent 07b91de2f2
commit b7b1c77dc8

View file

@ -2,7 +2,10 @@
let
isEnabled = config.my.home.wm.windowManager == "i3";
terminal = "i3-sensible-terminal";
terminal =
if config.my.home.terminal.program != null
then config.my.home.terminal.program
else "i3-sensible-terminal";
alt = "Mod1"; # `Alt` key
modifier = "Mod4"; # `Super` key