diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-02-09 13:38:35 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-02-09 13:38:35 +0100 |
commit | 8bcc1851adc49ab0ff80b98b27805447a3f37e31 (patch) | |
tree | baecaf69589c4c3f5f7ecfa5930bdafe33f450bc | |
parent | 48892e57e007b5fb0c6dd30b37592f43fa4355d0 (diff) | |
download | nixos-8bcc1851adc49ab0ff80b98b27805447a3f37e31.tar nixos-8bcc1851adc49ab0ff80b98b27805447a3f37e31.tar.gz nixos-8bcc1851adc49ab0ff80b98b27805447a3f37e31.tar.bz2 nixos-8bcc1851adc49ab0ff80b98b27805447a3f37e31.tar.xz nixos-8bcc1851adc49ab0ff80b98b27805447a3f37e31.zip |
...
-rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index 5139dcd1..befaeb23 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs | |||
@@ -718,7 +718,7 @@ sshOverrides host = map (\h -> mkOverride { oHost = h, oCommand = moshCmd . inTm | |||
718 | ] | 718 | ] |
719 | ++ | 719 | ++ |
720 | map (\h -> mkOverride { oHost = h, oCommand = sshCmd . inTmux host } ) | 720 | map (\h -> mkOverride { oHost = h, oCommand = sshCmd . inTmux host } ) |
721 | [ "uni2work-dev1" "srv01.uniworx.de" | 721 | [ "uni2work-dev1", "srv01.uniworx.de" |
722 | ] | 722 | ] |
723 | ++ | 723 | ++ |
724 | map (\h -> mkOverride { oHost = h, oCommand = sshCmd . withEnv [("TERM", "xterm")] . inTmux host } ) | 724 | map (\h -> mkOverride { oHost = h, oCommand = sshCmd . withEnv [("TERM", "xterm")] . inTmux host } ) |