wsl: use ssh.exe
This commit is contained in:
parent
b807b9d00d
commit
53b426435c
2 changed files with 4 additions and 3 deletions
|
|
@ -10,6 +10,7 @@
|
|||
{
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
wsl.defaultUser = "duumxh";
|
||||
wsl.interop.register = true;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
enable = true;
|
||||
userName = "Den Afanasyev";
|
||||
userEmail = "ceo@furry.industries";
|
||||
extraConfig = { core.sshcommand = "ssh.exe"; };
|
||||
};
|
||||
|
||||
zsh = {
|
||||
|
|
@ -68,7 +69,7 @@
|
|||
source ~/.p10k.zsh
|
||||
export TELEPORT_ADD_KEYS_TO_AGENT=no
|
||||
export K9S_SKIN="transparent"
|
||||
echo "Hey there raccoon! 🦝🍁"
|
||||
echo "Hey there raccoon!"
|
||||
'';
|
||||
#localVariables = {};
|
||||
|
||||
|
|
@ -190,6 +191,5 @@
|
|||
};
|
||||
|
||||
home-manager.enable = true;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue