home: tmux: add hyperlinks support
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Somewhat unfortunate that those have to be enabled by force, but easy enough to support.
This commit is contained in:
parent
889c53ea16
commit
3f82cd47a8
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ in
|
|||
type = with types; attrsOf (types.submodule {
|
||||
options = {
|
||||
trueColor = my.mkDisableOption "24-bit (RGB) color support";
|
||||
|
||||
hyperlinks = my.mkDisableOption "hyperlinks through OSC8";
|
||||
};
|
||||
});
|
||||
|
||||
|
|
@ -103,6 +105,8 @@ in
|
|||
|
||||
# Force 24-bit color for each relevant $TERM
|
||||
${mkFlags "trueColor" "RGB"}
|
||||
# Force OSC8 hyperlinks for each relevant $TERM
|
||||
${mkFlags "hyperlinks" "hyperlinks"}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue