summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/default.nix2
-rw-r--r--accounts/gkleen@sif/xmonad/xmonad.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 29c60d77..ed3ba7d8 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -132,7 +132,7 @@ in {
132 fira-code-mode use-package wanderlust # notmuch 132 fira-code-mode use-package wanderlust # notmuch
133 use-package-ensure-system-package git-gutter emacsScratch 133 use-package-ensure-system-package git-gutter emacsScratch
134 edit-server mediawiki editorconfig typescript-mode 134 edit-server mediawiki editorconfig typescript-mode
135 markdown-mode 135 markdown-mode nftables-mode
136 ]; 136 ];
137 }; 137 };
138 firefox = { 138 firefox = {
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs
index dd75f976..5139dcd1 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" 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 } )