diff options
author | tv <tv@krebsco.de> | 2017-08-01 11:28:25 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 12:02:02 +0200 |
commit | 8f5fc9bc4fff53936e8bba5b2a4de3d362b94f09 (patch) | |
tree | 97e23b74a88579211c60981926a3a4415dd26a55 /tv | |
parent | 3d53636ab2ee3835f3cc823761843e22347d892d (diff) |
tv sudo: env_keep += XMONAD_SPAWN_WORKSPACE
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index b59311092..420548bce 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -47,7 +47,7 @@ in { { security.hideProcessInformation = true; security.sudo.extraConfig = '' - Defaults env_keep+="SSH_CLIENT" + Defaults env_keep+="SSH_CLIENT XMONAD_SPAWN_WORKSPACE" Defaults mailto="${config.krebs.users.tv.mail}" Defaults !lecture ''; |