Compare commits

..

2 commits

Author SHA1 Message Date
947583db33 home: tmux: add hyperlinks support
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.
2024-03-08 10:10:50 +00:00
e71b6e8102 home: tmux: migrate to 'terminalFeatures'
There are other terminal capabilities I want to override in tmux, so
let's make this type more extensible.
2024-03-08 10:10:50 +00:00

View file

@ -21,7 +21,7 @@ in
enablePassthrough = mkEnableOption "tmux DCS passthrough sequence";
terminalFeatures = mkOption {
type = with types; attrsOf (types.submodule {
type = with types; attrsOf (submodule {
options = {
hyperlinks = my.mkDisableOption "hyperlinks through OSC8";